Skip to content

Commit

Permalink
fix(examples): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Mar 28, 2023
1 parent 5524c29 commit d7852bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/overview/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const App = () => {
{remoteUsers.map(user => (
<AutoLayout.Item key={user.uid}>
<RemoteUser user={user} cover={fakeAvatar(user.uid)} />
<Label>{`${fakeName(user.uid)}{${user.uid}}}`}</Label>
<Label>{`${fakeName(user.uid)}{${user.uid}}`}</Label>
</AutoLayout.Item>
))}
</AutoLayout>
Expand Down

0 comments on commit d7852bd

Please sign in to comment.