Skip to content

Commit

Permalink
fix(Commons): build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeaturner committed Feb 4, 2024
1 parent 37afb67 commit 257eb41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/components/commons/CommonsCatalog/VisualMode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,13 @@ const VisualMode = ({
);
}

if (!loading) {
return (
<div>
<p className="text-center italic">
No results found - Try adjusting your search or filters.
</p>
</div>
);
}
};

export default VisualMode;

0 comments on commit 257eb41

Please sign in to comment.