Skip to content

Commit edab038

Browse files
committed
fix(checkbox): add missing semicolon
1 parent e6842d2 commit edab038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/checkbox/checkbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export class Checkbox implements ComponentInterface {
266266
};
267267

268268
private onSlotChange = () => {
269-
forceUpdate(this)
269+
forceUpdate(this);
270270
}
271271

272272
private getHintTextId(): string | undefined {

0 commit comments

Comments
 (0)