From 0bf13689d53bd493fb4d0a4213c1801013b5aa8a Mon Sep 17 00:00:00 2001 From: Ricardo Cino Date: Mon, 27 Jun 2022 18:21:31 +0200 Subject: chore: transform containers/settings from js to tsx (#384) --- src/containers/auth/ChangeServerScreen.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/containers/auth/ChangeServerScreen.tsx') diff --git a/src/containers/auth/ChangeServerScreen.tsx b/src/containers/auth/ChangeServerScreen.tsx index 6af87e4a1..6d0feaecb 100644 --- a/src/containers/auth/ChangeServerScreen.tsx +++ b/src/containers/auth/ChangeServerScreen.tsx @@ -1,10 +1,10 @@ import { Component, ReactElement } from 'react'; import { inject, observer } from 'mobx-react'; -import { DefaultProps } from 'src/@types/ferdium-components.types'; +import { StoresProps } from 'src/@types/ferdium-components.types'; import ChangeServer from '../../components/auth/ChangeServer'; -class ChangeServerScreen extends Component { - constructor(props: DefaultProps) { +class ChangeServerScreen extends Component { + constructor(props: StoresProps) { super(props); this.onSubmit = this.onSubmit.bind(this); -- cgit v1.2.3-70-g09d2