Merge pull request #7 from lorsanstand/dev

Fix frontend
This commit is contained in:
Станислав
2026-01-25 11:48:02 +03:00
committed by GitHub
+1 -2
View File
@@ -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('');