Skip to content

Commit

Permalink
avniproject/avni-security#15 | Remove unused props
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayvenu committed Sep 8, 2023
1 parent 3e963e5 commit f13faf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tutorials/TutorialCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const useStyles = makeStyles({
}
});

const TutorialCard = ({ href, title, content, footer, icon, iconColor, iconComponent }) => {
const TutorialCard = ({ href, title, content, footer, iconComponent }) => {
const classes = useStyles();

return (
Expand Down

0 comments on commit f13faf5

Please sign in to comment.