bounding sphere fix (#572)

This commit was merged in pull request #572.
This commit is contained in:
Kurt Hutten
2021-11-06 13:36:53 +11:00
committed by GitHub
parent 43fc897bf9
commit 149b2b6360
3 changed files with 13 additions and 4 deletions

View File

@@ -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"