Fix prettier (#6583)
Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
import { useRef, useState } from 'react';
|
|
||||||
import styled from '@emotion/styled';
|
import styled from '@emotion/styled';
|
||||||
|
import { useRef, useState } from 'react';
|
||||||
import { useRecoilValue } from 'recoil';
|
import { useRecoilValue } from 'recoil';
|
||||||
import { Key } from 'ts-key-enum';
|
import { Key } from 'ts-key-enum';
|
||||||
|
|
||||||
|
|||||||
@ -172,7 +172,6 @@ export {
|
|||||||
IconVideo,
|
IconVideo,
|
||||||
IconWand,
|
IconWand,
|
||||||
IconWorld,
|
IconWorld,
|
||||||
IconX
|
IconX,
|
||||||
} from '@tabler/icons-react';
|
} from '@tabler/icons-react';
|
||||||
export type { TablerIconsProps } from '@tabler/icons-react';
|
export type { TablerIconsProps } from '@tabler/icons-react';
|
||||||
|
|
||||||
|
|||||||
@ -86,7 +86,7 @@ export const OverflowingTextWithTooltip = ({
|
|||||||
<div onClick={handleTooltipClick}>
|
<div onClick={handleTooltipClick}>
|
||||||
<AppTooltip
|
<AppTooltip
|
||||||
anchorSelect={`#${textElementId}`}
|
anchorSelect={`#${textElementId}`}
|
||||||
content={mutliline ? undefined : text ?? ''}
|
content={mutliline ? undefined : (text ?? '')}
|
||||||
offset={5}
|
offset={5}
|
||||||
isOpen
|
isOpen
|
||||||
noArrow
|
noArrow
|
||||||
|
|||||||
Reference in New Issue
Block a user