Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ms895784 committed Sep 11, 2023
1 parent c03c0ec commit ae64768
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api-catalog-ui/frontend/src/components/Tile/Tile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ export default class Tile extends Component {
</Typography>
<img id="tutorials" alt="Tutorials" src={tutorialsImg} />
</div>
<div
className="imageCounter desktop-view"
>
<div className="imageCounter desktop-view">
<Typography
className="media-labels"
id="videos-counter"
Expand Down

0 comments on commit ae64768

Please sign in to comment.