mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-26 13:47:26 +03:00
UBERF-5451 Hide intercom widget (#4606)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
This commit is contained in:
parent
0fe4b6a09f
commit
cc5da22af3
@ -712,7 +712,7 @@
|
|||||||
size={appsMini ? 'small' : 'large'}
|
size={appsMini ? 'small' : 'large'}
|
||||||
on:click={() => showPopup(AppSwitcher, { apps: getApps(apps) }, popupPosition)}
|
on:click={() => showPopup(AppSwitcher, { apps: getApps(apps) }, popupPosition)}
|
||||||
/>
|
/>
|
||||||
{#await supportClient then client}
|
<!-- {#await supportClient then client}
|
||||||
{#if client}
|
{#if client}
|
||||||
<AppItem
|
<AppItem
|
||||||
icon={support.icon.Support}
|
icon={support.icon.Support}
|
||||||
@ -726,7 +726,7 @@
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
{/if}
|
{/if}
|
||||||
{/await}
|
{/await} -->
|
||||||
<div class="flex-center" class:mt-3={appsDirection === 'vertical'} class:ml-2={appsDirection === 'horizontal'}>
|
<div class="flex-center" class:mt-3={appsDirection === 'vertical'} class:ml-2={appsDirection === 'horizontal'}>
|
||||||
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||||
|
Loading…
Reference in New Issue
Block a user