Skip to content

Commit

Permalink
Merge branch 'main' into robvanderveer-patch-7
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole authored Aug 7, 2023
2 parents 18b227c + b15ddd5 commit 020df2c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,11 @@ export const BrowseRootCres = () => {

return (
<div className="cre-page">
<h1 className="standard-page__heading">Root Cres:</h1>
<h1 className="standard-page__heading">Root CREs:</h1>
<LoadingAndErrorIndicator loading={loading} error={error} />
{!loading && !error && (
<div className="ui grid">
<div className="wide column">
<h1 className="standard-page__heading">Related CRE's</h1>
{display && <SearchResults results={display} />}
</div>
</div>
Expand Down

0 comments on commit 020df2c

Please sign in to comment.