From d7852bd8fbd9f5a63f5c46202b71cb523db8ce6e Mon Sep 17 00:00:00 2001 From: hyrious Date: Tue, 28 Mar 2023 15:37:22 +0800 Subject: [PATCH] fix(examples): typo --- examples/overview/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/overview/src/App.tsx b/examples/overview/src/App.tsx index 7be062b2..880be49f 100644 --- a/examples/overview/src/App.tsx +++ b/examples/overview/src/App.tsx @@ -119,7 +119,7 @@ export const App = () => { {remoteUsers.map(user => ( - + ))}