Skip to content

Commit

Permalink
format: applying formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeroucher committed Sep 22, 2024
1 parent f1f6248 commit 0e9f1bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/custom/ParticipantInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ export const ParticipantInfo = ({
case isSize(value):
return (
<div className=" col-start-6 col-span-1">
<div className={`bg-zinc-200 px-2 rounded-md ${value !== "None" ? "w-8" : "w-28"} flex justify-center ml-auto dark:bg-zinc-700`}>
<div
className={`bg-zinc-200 px-2 rounded-md ${value !== "None" ? "w-8" : "w-28"} flex justify-center ml-auto dark:bg-zinc-700`}
>
<span>{value !== "None" ? value : "Pas de TShirt"}</span>
</div>
</div>
Expand Down

0 comments on commit 0e9f1bc

Please sign in to comment.