diff --git a/frontend/src/pages/ChatPage.tsx b/frontend/src/pages/ChatPage.tsx index c8adc34..07e888b 100644 --- a/frontend/src/pages/ChatPage.tsx +++ b/frontend/src/pages/ChatPage.tsx @@ -33,8 +33,7 @@ export default function ChatPage() { // User profile modal state const [viewingUser, setViewingUser] = useState(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('');