Skip to content

Commit

Permalink
Remove extra spaces for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbondanzo authored Nov 4, 2024
1 parent 47a12ea commit 365b442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/showcase.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const renderLinks = app => {
.flatMap((link, i) =>
i === 0 ? [link] : [<span key={i}></span>, link]
);

if (links.length === 0) {
return <p />;
}
Expand Down

0 comments on commit 365b442

Please sign in to comment.