mirror of
https://github.com/lorsanstand/Aether.git
synced 2026-06-19 12:05:16 +03:00
Fix frontend
This commit is contained in:
@@ -33,8 +33,7 @@ export default function ChatPage() {
|
||||
|
||||
// User profile modal state
|
||||
const [viewingUser, setViewingUser] = useState<UserType | null>(null);
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
const [userProfileLoading, setUserProfileLoading] = useState(false);
|
||||
const [_userProfileLoading, setUserProfileLoading] = useState(false);
|
||||
|
||||
// Message input state
|
||||
const [messageText, setMessageText] = useState('');
|
||||
|
||||
Reference in New Issue
Block a user