Skip to content

Commit 8628638

Browse files
committed
fix: Fix linter finding
1 parent 72937b9 commit 8628638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/spuxx-client/src/features/lists/components/list-settings.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface Props {
77
list: List;
88
}
99

10-
export const ListSettings: Component<Props> = (props) => {
10+
export const ListSettings: Component<Props> = () => {
1111
// const p = {};
1212

1313
return (

0 commit comments

Comments
 (0)