Skip to content

Commit fb25d35

Browse files
committed
fix(Commons): build error
1 parent 6266688 commit fb25d35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/src/components/commons/CommonsCatalog/VisualMode.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,13 @@ const VisualMode = ({
3434
);
3535
}
3636

37-
if (!loading) {
3837
return (
3938
<div>
4039
<p className="text-center italic">
4140
No results found - Try adjusting your search or filters.
4241
</p>
4342
</div>
4443
);
45-
}
4644
};
4745

4846
export default VisualMode;

0 commit comments

Comments
 (0)