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(() => {
|
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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue