From 5901b660deddff72765594a2aadd5045e7061043 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 27 Mar 2022 23:50:50 -0300 Subject: [PATCH] Fix wrong icon for history --- .../webapp/src/components/maps-page/action-chooser/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/webapp/src/components/maps-page/action-chooser/index.tsx b/packages/webapp/src/components/maps-page/action-chooser/index.tsx index 9dd20536..54291ce7 100644 --- a/packages/webapp/src/components/maps-page/action-chooser/index.tsx +++ b/packages/webapp/src/components/maps-page/action-chooser/index.tsx @@ -9,6 +9,7 @@ import PublicOutlinedIcon from '@mui/icons-material/PublicOutlined'; import PrintOutlinedIcon from '@mui/icons-material/PrintOutlined'; import ShareOutlinedIcon from '@mui/icons-material/ShareOutlined'; import LabelOutlined from '@mui/icons-material/LabelOutlined'; +import HistoryOutlined from '@mui/icons-material/HistoryOutlined'; import { FormattedMessage } from 'react-intl'; import { fetchMapById } from '../../../redux/clientSlice'; @@ -143,7 +144,7 @@ const ActionChooser = (props: ActionProps): React.ReactElement => { {role != 'viewer' && ( - +