Skip to content

Commit a933cfa

Browse files
author
Sine Jespersen
committed
5380: remove unused prop
1 parent abaa821 commit a933cfa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stories/Library/toggle-button/ToggleButton.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
type ToggleButtonProps = {
22
isChecked: boolean;
3-
label: string;
43
};
54

65
const ToggleButton = ({ isChecked }: ToggleButtonProps) => {

0 commit comments

Comments
 (0)