We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbbb5c commit cd1c7bfCopy full SHA for cd1c7bf
src/components/Grid/GridView.jsx
@@ -87,9 +87,9 @@ const GridView = props => {
87
</div>
88
}
89
{ !isLoading && !hasMore && <div key="end" className="gridview-no-more">{noMoreResultsMsg}</div>}
90
- <div className="project-card project-card-new">
+ {!!newProjectLink && <div className="project-card project-card-new">
91
<NewProjectCard link={newProjectLink} />
92
- </div>
+ </div>}
93
94
)
95
0 commit comments