feat: add logging for notification count retrieval in SidebarBetterTree component

This commit is contained in:
faisolavolut 2025-08-07 08:53:03 +07:00
parent 3a34a65c43
commit dcc03fc676
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ const SidebarBetterTree: React.FC<TreeMenuProps> = ({
}, []); }, []);
useEffect(() => { useEffect(() => {
const run = async () => { const run = async () => {
console.log("NOTIFICATION COUNT");
const count: any = await apix({ const count: any = await apix({
port: "notification", port: "notification",
value: "data.data", value: "data.data",