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' && ( - +