Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed0saber committed May 1, 2024
1 parent dada416 commit 836c4c2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions components/algorithmsList/algorithmCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@ export default function AlgorithmCard({ algorithm }: { algorithm: Algorithm }) {
const t = useTranslation();

return (
<Card
className={`elevateOnHover ${classes.stretchedCard}`}
>
<Card className={`elevateOnHover ${classes.stretchedCard}`}>
<CardContent>
<Breadcrumbs
className={classes.breadcrumbs}
>
<Breadcrumbs className={classes.breadcrumbs}>
{algorithm.categories.map((category) => (
<Typography
variant="h6"
Expand Down

0 comments on commit 836c4c2

Please sign in to comment.