Skip to content

Commit 9d1aeb2

Browse files
authored
Update src/components/Checkbox.astro
1 parent a5992d3 commit 9d1aeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Checkbox.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const { label } = props.parse(Astro.props);
2424
let json;
2525
try {
2626
json = JSON.parse(raw);
27-
} catch () {
27+
} catch {
2828
localStorage.removeItem("checkboxes");
2929
return [];
3030
}

0 commit comments

Comments
 (0)