Fix types

t3chguy/react18/update
Michael Telatynski 2023-03-07 17:50:32 +00:00
parent 00141dcfa9
commit 81e2876e39
No known key found for this signature in database
GPG Key ID: 98BC6A2B829297FE
2 changed files with 2 additions and 2 deletions

View File

@ -26,4 +26,4 @@ trim_trailing_whitespace = true
indent_size = 4
[package.json]
indent_size = 2
indent_size = 4

View File

@ -19,7 +19,7 @@ import SdkConfig from "matrix-react-sdk/src/SdkConfig";
import VectorAuthFooter from "./VectorAuthFooter";
export default class VectorAuthPage extends React.PureComponent {
export default class VectorAuthPage extends React.PureComponent<React.PropsWithChildren> {
private static welcomeBackgroundUrl;
// cache the url as a static to prevent it changing without refreshing