1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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

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;