1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Fix wrong overriden attribute

This commit is contained in:
James Salter
2021-07-21 17:01:45 +01:00
parent f358deb6c4
commit b380a89ac6

View File

@@ -36,7 +36,7 @@ interface IPageView extends IAnonymousEvent {
}
export interface IWelcomeScreenLoad extends IAnonymousEvent {
key: "welcome_screen_load",
eventName: "welcome_screen_load",
}
const hashHex = async (input: string): Promise<string> => {