diff --git a/src/useReactions.test.tsx b/src/useReactions.test.tsx index 6b11a71a..2d27cf6d 100644 --- a/src/useReactions.test.tsx +++ b/src/useReactions.test.tsx @@ -32,16 +32,14 @@ const membership = [ const TestComponent: FC = () => { const { raisedHands } = useReactions(); return ( -
- -
+ ); };