Skip to content

Commit

Permalink
remove isInvokedFromAppsPath from utils
Browse files Browse the repository at this point in the history
Signed-off-by: reggie <[email protected]>
  • Loading branch information
reggie-k committed Mar 14, 2024
1 parent 5ddf36e commit 2283cd9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ export const ApplicationsStatusBar = ({applications}: ApplicationsStatusBarProps
return total + i.value;
}, 0);

console.log(totalItems);

return (
<Consumer>
{ctx => (
Expand Down

0 comments on commit 2283cd9

Please sign in to comment.