Skip to content

Commit bdb6915

Browse files
committed
removed obsolete variable declaration from Checkbox
1 parent d3487b8 commit bdb6915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Checkbox/Checkbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const Checkbox = ({
8585
shadow,
8686
...otherProps
8787
}) => {
88-
let Input, isChecked;
88+
let Input;
8989

9090
const Checkmark = variant === "flat" ? StyledFlatCheckmark : StyledCheckmark;
9191
if (defaultChecked || checked === undefined) {

0 commit comments

Comments
 (0)