diff --git a/src/components/Shell/PeerList.tsx b/src/components/Shell/PeerList.tsx
index ea13f92..0b5648e 100644
--- a/src/components/Shell/PeerList.tsx
+++ b/src/components/Shell/PeerList.tsx
@@ -48,13 +48,13 @@ export const PeerList = ({
-
+
{userId} (you)
{peerList.map((peer: Peer) => (
-
+
{peer.userId}
))}