Skip to content

Commit

Permalink
Remove styling
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperL1218 committed Feb 22, 2024
1 parent 6b67191 commit d5ef79e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions frontend/src/components/Review/Review.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,6 @@ const ReviewComponent = ({
<Link
{...{
to: apt.length > 0 ? `/apartment/${review.aptId}` : `/landlord/${review.landlordId}`,
style: {
textDecoration: 'none',
display: 'inline-block',
width: '100%',
paddingLeft: '3px',
},
component: RouterLink,
}}
onClick={handleLinkClick}
Expand Down

0 comments on commit d5ef79e

Please sign in to comment.