forked from github/cinny
Update src/app/pages/client/space/Space.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user