Skip to content

Commit 3bd6ac6

Browse files
Fix prettier formatting issue in tool_tip_popover.tsx
Co-authored-by: clintandrewhall <[email protected]>
1 parent 707b8bd commit 3bd6ac6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/eui/src/components/tool_tip/tool_tip_popover.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ export const EuiToolTipPopover: FunctionComponent<Props> = ({
4949
const cssStyles = [
5050
styles.euiToolTip,
5151
calculatedPosition && styles[calculatedPosition],
52-
transition === 'fade' && calculatedPosition && styles[`${calculatedPosition}Fade`],
52+
transition === 'fade' &&
53+
calculatedPosition &&
54+
styles[`${calculatedPosition}Fade`],
5355
transition === 'none' && styles.noAnimation,
5456
];
5557

0 commit comments

Comments
 (0)