From d14ae4c2b312a01b498f0da7ccf7fb8563e7e1de Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Tue, 4 Oct 2022 09:12:03 -0500 Subject: [PATCH] fix: disable ripple effect in PeerList --- src/components/Shell/PeerList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} ))}