Skip to content

Commit cd1c7bf

Browse files
committed
fix metadata page after adding special new projects page for organizations
1 parent 1bbbb5c commit cd1c7bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Grid/GridView.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ const GridView = props => {
8787
</div>
8888
}
8989
{ !isLoading && !hasMore && <div key="end" className="gridview-no-more">{noMoreResultsMsg}</div>}
90-
<div className="project-card project-card-new">
90+
{!!newProjectLink && <div className="project-card project-card-new">
9191
<NewProjectCard link={newProjectLink} />
92-
</div>
92+
</div>}
9393
</div>
9494
)
9595
}

0 commit comments

Comments
 (0)