From 02a1da13301304953b5fe5d6cd4d2622ebfce4bb Mon Sep 17 00:00:00 2001 From: Weiko Date: Thu, 8 Aug 2024 17:40:35 +0200 Subject: [PATCH] Fix prettier (#6583) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Félix Malfait --- .../meta-types/input/components/MultiSelectFieldInput.tsx | 2 +- packages/twenty-ui/src/display/icon/components/TablerIcons.ts | 3 +-- .../src/display/tooltip/OverflowingTextWithTooltip.tsx | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/twenty-front/src/modules/object-record/record-field/meta-types/input/components/MultiSelectFieldInput.tsx b/packages/twenty-front/src/modules/object-record/record-field/meta-types/input/components/MultiSelectFieldInput.tsx index f711ee7cb..e9433efda 100644 --- a/packages/twenty-front/src/modules/object-record/record-field/meta-types/input/components/MultiSelectFieldInput.tsx +++ b/packages/twenty-front/src/modules/object-record/record-field/meta-types/input/components/MultiSelectFieldInput.tsx @@ -1,5 +1,5 @@ -import { useRef, useState } from 'react'; import styled from '@emotion/styled'; +import { useRef, useState } from 'react'; import { useRecoilValue } from 'recoil'; import { Key } from 'ts-key-enum'; diff --git a/packages/twenty-ui/src/display/icon/components/TablerIcons.ts b/packages/twenty-ui/src/display/icon/components/TablerIcons.ts index 39576b2b9..2b5996d9b 100644 --- a/packages/twenty-ui/src/display/icon/components/TablerIcons.ts +++ b/packages/twenty-ui/src/display/icon/components/TablerIcons.ts @@ -172,7 +172,6 @@ export { IconVideo, IconWand, IconWorld, - IconX + IconX, } from '@tabler/icons-react'; export type { TablerIconsProps } from '@tabler/icons-react'; - diff --git a/packages/twenty-ui/src/display/tooltip/OverflowingTextWithTooltip.tsx b/packages/twenty-ui/src/display/tooltip/OverflowingTextWithTooltip.tsx index ed0580e9f..c73cd0fda 100644 --- a/packages/twenty-ui/src/display/tooltip/OverflowingTextWithTooltip.tsx +++ b/packages/twenty-ui/src/display/tooltip/OverflowingTextWithTooltip.tsx @@ -86,7 +86,7 @@ export const OverflowingTextWithTooltip = ({