Fix prettier (#6583)

Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
Weiko
2024-08-08 17:40:35 +02:00
committed by GitHub
parent a0e5ca44ba
commit 02a1da1330
3 changed files with 3 additions and 4 deletions

View File

@ -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';

View File

@ -172,7 +172,6 @@ export {
IconVideo,
IconWand,
IconWorld,
IconX
IconX,
} from '@tabler/icons-react';
export type { TablerIconsProps } from '@tabler/icons-react';

View File

@ -86,7 +86,7 @@ export const OverflowingTextWithTooltip = ({
<div onClick={handleTooltipClick}>
<AppTooltip
anchorSelect={`#${textElementId}`}
content={mutliline ? undefined : text ?? ''}
content={mutliline ? undefined : (text ?? '')}
offset={5}
isOpen
noArrow