Skip to content

Commit 03bc9f5

Browse files
committed
fix(checkbox): add another semicolon
1 parent edab038 commit 03bc9f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/components/checkbox/checkbox.tsx

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

268268
private onSlotChange = () => {
269269
forceUpdate(this);
270-
}
270+
};
271271

272272
private getHintTextId(): string | undefined {
273273
const { helperText, errorText, helperTextId, errorTextId, isInvalid } = this;

0 commit comments

Comments
 (0)