Update Sidebar.tsx (#3119)
This commit is contained in:
parent
30f5cbcbc4
commit
d973d1ac38
@ -27,7 +27,7 @@ export const Sidebar: FC = () => {
|
||||
|
||||
if (!currentUser) {
|
||||
return (
|
||||
<Sider className={styles.root} collapsedWidth={0} width={100}>
|
||||
<Sider className={styles.root} collapsedWidth={0} width={320}>
|
||||
<Spin spinning size="large" />
|
||||
</Sider>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user