mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-26 18:48:15 +02:00
style: "single-user" -> 'single-user' for linting
This commit is contained in:
parent
27831136c9
commit
60ad0cc045
@ -119,7 +119,7 @@ const CardDialog = (props: Props): JSX.Element => {
|
||||
onClick={handleDeleteButtonOnClick}
|
||||
/>
|
||||
</BoardPermissionGate>
|
||||
{me?.id !== "single-user" &&
|
||||
{me?.id !== 'single-user' &&
|
||||
<Menu.Text
|
||||
icon={<LinkIcon/>}
|
||||
id='copy'
|
||||
|
@ -102,7 +102,7 @@ const GalleryCard = (props: Props) => {
|
||||
}}
|
||||
/>
|
||||
</BoardPermissionGate>
|
||||
{me?.id !== "single-user" &&
|
||||
{me?.id !== 'single-user' &&
|
||||
<Menu.Text
|
||||
icon={<LinkIcon/>}
|
||||
id='copy'
|
||||
|
@ -146,7 +146,7 @@ const KanbanCard = (props: Props) => {
|
||||
}}
|
||||
/>
|
||||
</BoardPermissionGate>
|
||||
{me?.id !== "single-user" &&
|
||||
{me?.id !== 'single-user' &&
|
||||
<Menu.Text
|
||||
icon={<LinkIcon/>}
|
||||
id='copy'
|
||||
|
Loading…
x
Reference in New Issue
Block a user