Skip to content

Commit

Permalink
fix: removed icon from activities
Browse files Browse the repository at this point in the history
  • Loading branch information
varun2948 committed Oct 19, 2023
1 parent e9829db commit 8dd2831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/src/components/Activities.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Activities = ({ history, defaultTheme, mapDivPostion, map, view, state, pa
<CoreModules.Typography variant="h2" style={{ wordWrap: 'break-word' }}>
{history.action_text}
</CoreModules.Typography>
<CoreModules.Stack direction={'row-reverse'}>
{/* <CoreModules.Stack direction={'row-reverse'}>
<IconButtonCard
element={
<CoreModules.IconButton
Expand All @@ -52,7 +52,7 @@ const Activities = ({ history, defaultTheme, mapDivPostion, map, view, state, pa
</CoreModules.IconButton>
}
/>
</CoreModules.Stack>
</CoreModules.Stack> */}
</CoreModules.Stack>

<CoreModules.Divider color="lightgray" />
Expand Down

0 comments on commit 8dd2831

Please sign in to comment.