Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
melniiv committed Oct 28, 2024
1 parent 4c15946 commit 80eaf34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/card/LargeCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export function LargeCard({
);

return (
// eslint-disable-next-line react/jsx-no-useless-fragment
<>
{hasLink ? (
<LinkBox
Expand All @@ -100,7 +101,7 @@ export function LargeCard({
{content}
</LinkBox>
) : (
<>{content}</>
{ content }
)}
</>
);
Expand Down

0 comments on commit 80eaf34

Please sign in to comment.