Use semicolons

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
David Baker 2021-07-01 20:57:56 +01:00 committed by GitHub
parent e121e5bf8a
commit 3db95d607d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -42,9 +42,9 @@ export interface ISearchInfo {
}
interface IProps {
room: Room,
oobData?: IOOBData,
inRoom: boolean,
room: Room;
oobData?: IOOBData;
inRoom: boolean;
onSettingsClick: () => void;
onSearchClick: () => void;
onForgetClick: () => void;