CHANGE: Changed AuthModal responsiveness
This commit is contained in:
@@ -119,7 +119,7 @@ const UserPage: React.FC = () => {
|
||||
}, [username]);
|
||||
|
||||
if (!profileData) return <LoadingScreen />;
|
||||
|
||||
console.log(isUser)
|
||||
return (
|
||||
<DynamicPageContent
|
||||
className={`min-h-screen text-white flex flex-col`}
|
||||
|
||||
Reference in New Issue
Block a user