diff --git a/web/ui/mantine-ui/src/components/SettingsMenu.tsx b/web/ui/mantine-ui/src/components/SettingsMenu.tsx index aae38909d0..e5376eef2c 100644 --- a/web/ui/mantine-ui/src/components/SettingsMenu.tsx +++ b/web/ui/mantine-ui/src/components/SettingsMenu.tsx @@ -107,36 +107,36 @@ const SettingsMenu: FC = () => {
- - dispatch( - updateSettings({ - showAnnotations: event.currentTarget.checked, - }) - ) - } - /> -
-
- { - if (typeof value !== "number") { - return; + + + dispatch( + updateSettings({ + showAnnotations: event.currentTarget.checked, + }) + ) } + /> + { + if (typeof value !== "number") { + return; + } - dispatch( - updateSettings({ - alertGroupsPerPage: value, - }) - ); - }} - /> + dispatch( + updateSettings({ + alertGroupsPerPage: value, + }) + ); + }} + /> +