This commit is contained in:
wayanrivan
2026-07-07 12:05:51 +07:00
parent 8a7dfc2c86
commit bb2aa0e3cd

View File

@ -10,9 +10,6 @@ const HeaderTopbar = () => {
const itemChatRef = useRef<any>(null);
const itemUserRef = useRef<any>(null);
const itemNotificationsRef = useRef<any>(null);
console.log('HeaderTopbar getAuth():', getAuth());
const { isRTL } = useLanguage();
const [isSticky, setIsSticky] = useState(false);