feat: add logging for notification count retrieval in SidebarBetterTree component
This commit is contained in:
parent
3a34a65c43
commit
dcc03fc676
|
|
@ -81,6 +81,7 @@ const SidebarBetterTree: React.FC<TreeMenuProps> = ({
|
|||
}, []);
|
||||
useEffect(() => {
|
||||
const run = async () => {
|
||||
console.log("NOTIFICATION COUNT");
|
||||
const count: any = await apix({
|
||||
port: "notification",
|
||||
value: "data.data",
|
||||
|
|
|
|||
Loading…
Reference in New Issue