mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-06 17:57:42 +02:00
@@ -262,7 +262,7 @@
|
||||
notify={hasNotification}
|
||||
/>
|
||||
<div class="flex-center">
|
||||
<div
|
||||
<div id="profile-button"
|
||||
class="cursor-pointer"
|
||||
on:click|stopPropagation={(el) => {
|
||||
showPopup(AccountPopup, {}, 'account')
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
{:else}
|
||||
{#await actions() then actionItems}
|
||||
{#if actionItems.length === 1}
|
||||
<div class="an-element__tool">
|
||||
<div id={_id} class="an-element__tool">
|
||||
<ActionIcon
|
||||
label={actionItems[0].label}
|
||||
icon={actionItems[0].icon}
|
||||
|
||||
Reference in New Issue
Block a user