mobile: Optimizations for Maps Drawer, Legend, and Customer Profile Tabs

This commit is contained in:
Satyam
2026-02-10 20:36:44 +05:30
parent 91b47e83c3
commit 83250d687e
15 changed files with 1140 additions and 91 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ GUIDELINES:
`;
const Chatbot = () => {
const { user } = useAuth();
const { user, isAuthenticated } = useAuth();
const { addMeeting, meetings, properties } = useMockStore();
const [isOpen, setIsOpen] = useState(false);
const [isMinimized, setIsMinimized] = useState(false);