Skip to content

Commit

Permalink
lint: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeroucher committed Apr 1, 2024
1 parent 6b89af8 commit bfa1f1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/participantView/ParticipantCardItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ export const ParticipantCardItem = ({
<div className="flex flex-row w-full justify-end items-center h-6 col-span-4">
<Dialog>
<DialogTrigger asChild>
<Button variant={null} className="pl-auto max-w-full bg-zinc-200">
<Button
variant={null}
className="pl-auto max-w-full bg-zinc-200"
>
<div className="flex flex-row items-start max-w-full">
<span className="text-gray-500 overflow-hidden">
{value.name ?? "Aucun fichier séléctionné"}
Expand Down

0 comments on commit bfa1f1d

Please sign in to comment.