bounding sphere fix (#572)
This commit was merged in pull request #572.
This commit is contained in:
@@ -142,7 +142,7 @@ const ProjectProfile = ({
|
||||
<KeyValue keyName="Updated on">
|
||||
{new Date(project?.updatedAt).toDateString()}
|
||||
</KeyValue>
|
||||
{project.forkedFrom && (
|
||||
{project?.forkedFrom && (
|
||||
<KeyValue keyName="Forked from">
|
||||
<Link
|
||||
className="pink-link"
|
||||
|
||||
Reference in New Issue
Block a user