mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-16 15:52:25 +03:00
Update src/app/pages/client/space/Space.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
parent
dd158fa652
commit
e6e751d305
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ export function Space() {
|
|||
case 'user': {
|
||||
const { sender, room } = item;
|
||||
return (
|
||||
<Box>
|
||||
<Box style={{ paddingLeft: config.space.S200 }}>
|
||||
<RoomNavUser room={room} space={space} sender={sender} />
|
||||
</Box>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue