Fix some React lifecycle and rendering errors that exist in build
This commit is contained in:
@@ -149,7 +149,7 @@ const MobileContent = ({
|
||||
supportsBrowserNotifications,
|
||||
}) => {
|
||||
if (!currentUser) {
|
||||
return null;
|
||||
return <Skeleton loading active paragraph={{ rows: 7 }} />;
|
||||
}
|
||||
const { id, displayName } = currentUser;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user