mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Fix type error
This commit is contained in:
parent
1a329966ba
commit
7038a76fc1
@ -52,7 +52,7 @@ if (!window.isSecureContext) {
|
||||
}
|
||||
|
||||
if (fatalError !== null) {
|
||||
ReactDOM.render(fatalError.message, document.getElementById("root"));
|
||||
ReactDOM.render(<>fatalError.message</>, document.getElementById("root"));
|
||||
throw fatalError; // Stop the app early
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user