mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
Show join link only if connected (#6351)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
5c2775b6a1
commit
49cba4e518
@ -220,7 +220,7 @@
|
||||
}}
|
||||
/>
|
||||
{/if}
|
||||
{#if hasAccountRole(getCurrentAccount(), AccountRole.User)}
|
||||
{#if hasAccountRole(getCurrentAccount(), AccountRole.User) && $isConnected}
|
||||
<ModernButton
|
||||
icon={view.icon.Copy}
|
||||
tooltip={{ label: !linkCopied ? plugin.string.CopyGuestLink : view.string.Copied, direction: 'top' }}
|
||||
|
Loading…
Reference in New Issue
Block a user