Skip to content

Commit

Permalink
Update Home.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Nov 29, 2024
1 parent 3d46bf6 commit f7f6267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Home = () => {

</div>

<div className="home-suppliers">
<div className="home-suppliers" style={suppliers.length === 0 ? { margin: 0 } : undefined}>
{suppliers.length > 0 && (
<>
<h1>{strings.SUPPLIERS_TITLE}</h1>
Expand Down

0 comments on commit f7f6267

Please sign in to comment.