Skip to content

Commit 3f55e79

Browse files
committed
missing semicolon
1 parent d323f94 commit 3f55e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/filePicker/FilePicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class FilePicker extends React.Component<
9393
let webTitle = await this.fileBrowserService.getSiteTitle();
9494
this.setState({
9595
webTitle
96-
})
96+
});
9797
}
9898
}
9999

0 commit comments

Comments
 (0)