diff --git a/client/.gitignore b/client/.gitignore index 438657a..01cf12d 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -23,3 +23,5 @@ dist-ssr *.njsproj *.sln *.sw? + +.env diff --git a/client/src/components/popups/ParticipantsPopup.tsx b/client/src/components/popups/ParticipantsPopup.tsx index c13bfee..6d3f68d 100644 --- a/client/src/components/popups/ParticipantsPopup.tsx +++ b/client/src/components/popups/ParticipantsPopup.tsx @@ -30,7 +30,7 @@ function ParticipantItem({ id }: { id: string }) { return (