From 60ad0cc04517e88586b2199fc56f36e6a8a31939 Mon Sep 17 00:00:00 2001 From: Paul Esch-Laurent Date: Wed, 13 Apr 2022 10:36:25 -0500 Subject: [PATCH] style: "single-user" -> 'single-user' for linting --- webapp/src/components/cardDialog.tsx | 2 +- webapp/src/components/gallery/galleryCard.tsx | 2 +- webapp/src/components/kanban/kanbanCard.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/src/components/cardDialog.tsx b/webapp/src/components/cardDialog.tsx index 33fb7e4f1..38ad7d30c 100644 --- a/webapp/src/components/cardDialog.tsx +++ b/webapp/src/components/cardDialog.tsx @@ -119,7 +119,7 @@ const CardDialog = (props: Props): JSX.Element => { onClick={handleDeleteButtonOnClick} /> - {me?.id !== "single-user" && + {me?.id !== 'single-user' && } id='copy' diff --git a/webapp/src/components/gallery/galleryCard.tsx b/webapp/src/components/gallery/galleryCard.tsx index 9c60b5683..f91a90e53 100644 --- a/webapp/src/components/gallery/galleryCard.tsx +++ b/webapp/src/components/gallery/galleryCard.tsx @@ -102,7 +102,7 @@ const GalleryCard = (props: Props) => { }} /> - {me?.id !== "single-user" && + {me?.id !== 'single-user' && } id='copy' diff --git a/webapp/src/components/kanban/kanbanCard.tsx b/webapp/src/components/kanban/kanbanCard.tsx index 327398ad9..b82d2f280 100644 --- a/webapp/src/components/kanban/kanbanCard.tsx +++ b/webapp/src/components/kanban/kanbanCard.tsx @@ -146,7 +146,7 @@ const KanbanCard = (props: Props) => { }} /> - {me?.id !== "single-user" && + {me?.id !== 'single-user' && } id='copy'