1
0
Fork 0

chore(shared): Linter issues

This commit is contained in:
joostdecock 2023-06-21 12:29:19 +02:00
parent 79e83fd968
commit f284cebaeb
5 changed files with 8 additions and 14 deletions

View file

@ -35,7 +35,7 @@ export const SetLacksMeasies = ({ set, design, t, href, clickHandler }) => {
return <Component {...wrapProps}>{inner}</Component>
}
export const SetSummary = ({ set, design, t, href, clickHandler }) => {
export const SetSummary = ({ set, href, clickHandler }) => {
const wrapProps = {
icon: <OkIcon className="w-10 h-10 text-success" />,
title: <Title set={set} />,