Update src/app/pages/client/space/Space.tsx

Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
Jaggar 2025-06-17 11:38:41 -05:00 committed by GitHub
parent dd158fa652
commit e6e751d305
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
);