mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 14:06:00 +03:00
Remove notifications from left navigation menu (#767)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
0ebe8c9ed4
commit
c41db4b903
@ -34,6 +34,6 @@
|
||||
|
||||
<div class="flex-col">
|
||||
{#each apps as app}
|
||||
<AppItem selected={app._id === active} icon={app.icon} label={app.label} notify action={async () => {navigateApp(app._id)}}/>
|
||||
<AppItem selected={app._id === active} icon={app.icon} label={app.label} action={async () => {navigateApp(app._id)}}/>
|
||||
{/each}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user