Skip to content

Commit

Permalink
Add link underline
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Nov 17, 2024
1 parent d855fb6 commit b9bf60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/StatusCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ const StatusCard = ({ deviceId, position, onClose, disableActions, desktopPaddin
<TableRow>
<TableCell colSpan={2} className={classes.cell}>
<Typography variant="body2">
<Link component={RouterLink} underline="none" to={`/position/${position.id}`}>{t('sharedShowDetails')}</Link>
<Link component={RouterLink} to={`/position/${position.id}`}>{t('sharedShowDetails')}</Link>
</Typography>
</TableCell>
</TableRow>
Expand Down

0 comments on commit b9bf60f

Please sign in to comment.