From 8a4365fcc9f19c94f3b17429965112e11cde6da3 Mon Sep 17 00:00:00 2001 From: Jamie Guthrie Date: Thu, 17 Aug 2023 13:52:22 +0200 Subject: Syntax fix --- modern/src/common/components/DelayedTooltip.js | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'modern') diff --git a/modern/src/common/components/DelayedTooltip.js b/modern/src/common/components/DelayedTooltip.js index c8872adb..f1821782 100644 --- a/modern/src/common/components/DelayedTooltip.js +++ b/modern/src/common/components/DelayedTooltip.js @@ -3,14 +3,12 @@ import Tooltip from '@mui/material/Tooltip'; const DelayedTooltip = ({ ...props -}) => { - ( - - ); -}; +}) => ( + +); export default DelayedTooltip; -- cgit v1.2.3