Use semicolons

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
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

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;