update
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user