Unsupported OS Dialog
This commit is contained in:
parent
c6e184016b
commit
ac50af52d2
44 changed files with 776 additions and 224 deletions
|
@ -6,7 +6,6 @@ import { mapDispatchToProps } from '../actions';
|
|||
import { DialogRelink } from '../../components/DialogRelink';
|
||||
import type { StateType } from '../reducer';
|
||||
import { getIntl } from '../selectors/user';
|
||||
import { isDone } from '../../util/registration';
|
||||
import type { WidthBreakpoint } from '../../components/_util';
|
||||
|
||||
type PropsType = Readonly<{ containerWidthBreakpoint: WidthBreakpoint }>;
|
||||
|
@ -14,7 +13,6 @@ type PropsType = Readonly<{ containerWidthBreakpoint: WidthBreakpoint }>;
|
|||
const mapStateToProps = (state: StateType, ownProps: PropsType) => {
|
||||
return {
|
||||
i18n: getIntl(state),
|
||||
isRegistrationDone: isDone(),
|
||||
...ownProps,
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue