Restyle relink dialog
This commit is contained in:
parent
8045a83374
commit
424d8785b6
5 changed files with 23 additions and 14 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
import { connect } from 'react-redux';
|
||||
import { mapDispatchToProps } from '../actions';
|
||||
import { RelinkDialog } from '../../components/RelinkDialog';
|
||||
import { DialogRelink } from '../../components/DialogRelink';
|
||||
import { StateType } from '../reducer';
|
||||
import { getIntl } from '../selectors/user';
|
||||
import { isDone } from '../../util/registration';
|
||||
|
@ -17,4 +17,4 @@ const mapStateToProps = (state: StateType) => {
|
|||
|
||||
const smart = connect(mapStateToProps, mapDispatchToProps);
|
||||
|
||||
export const SmartRelinkDialog = smart(RelinkDialog);
|
||||
export const SmartRelinkDialog = smart(DialogRelink);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue