From a2806bf6db5bae5546b62b0034a4ec877632935f Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 23 Jun 2022 07:22:59 -0700 Subject: Fix button list items --- modern/src/other/GeofencesList.js | 2 +- modern/src/reports/components/ReportsMenu.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modern') diff --git a/modern/src/other/GeofencesList.js b/modern/src/other/GeofencesList.js index 88db0654..5463d73a 100644 --- a/modern/src/other/GeofencesList.js +++ b/modern/src/other/GeofencesList.js @@ -40,7 +40,7 @@ const GeofencesList = () => { {Object.values(items).map((item, index, list) => ( - dispatch(devicesActions.select(item.id))}> + dispatch(devicesActions.select(item.id))}> diff --git a/modern/src/reports/components/ReportsMenu.js b/modern/src/reports/components/ReportsMenu.js index dc0da4b9..8fa7df2d 100644 --- a/modern/src/reports/components/ReportsMenu.js +++ b/modern/src/reports/components/ReportsMenu.js @@ -17,7 +17,7 @@ import { useAdministrator } from '../../common/util/permissions'; const MenuItem = ({ title, link, icon, selected, }) => ( - + {icon} -- cgit v1.2.3