Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6dcdfed

Browse files
committed
Fix lints
1 parent 470c8e8 commit 6dcdfed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/WidgetStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface IApp extends IWidget {
3636
roomId: string;
3737
eventId: string;
3838
// eslint-disable-next-line camelcase
39-
avatar_url: string; // MSC2765 https://github.com/matrix-org/matrix-doc/pull/2765
39+
avatar_url?: string; // MSC2765 https://github.com/matrix-org/matrix-doc/pull/2765
4040
}
4141

4242
interface IRoomWidgets {

0 commit comments

Comments
 (0)