From aed9c06dc6e800b70250edc4139051d88b494c3d Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Sat, 11 Apr 2020 17:03:45 +1000 Subject: [PATCH] Added back in (you) text to your nickname --- src/components/Party.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Party.js b/src/components/Party.js index 830aa66..59329d1 100644 --- a/src/components/Party.js +++ b/src/components/Party.js @@ -43,7 +43,7 @@ function Party({ width: "100%", }} > - + {Object.entries(partyNicknames).map(([id, partyNickname]) => (