mirror of
https://github.com/wassname/talk.git
synced 2026-08-15 12:55:10 +08:00
Updating contations and deleting legacy code
This commit is contained in:
@@ -15,7 +15,6 @@ import {
|
||||
hideCreateUsernameDialog,
|
||||
invalidForm,
|
||||
validForm,
|
||||
createUsername
|
||||
} from 'coral-embed-stream/src/actions/auth';
|
||||
|
||||
class ChangeUsernameContainer extends React.Component {
|
||||
@@ -140,7 +139,6 @@ const mapStateToProps = ({auth}) => ({
|
||||
const mapDispatchToProps = (dispatch) =>
|
||||
bindActionCreators(
|
||||
{
|
||||
createUsername,
|
||||
showCreateUsernameDialog,
|
||||
hideCreateUsernameDialog,
|
||||
invalidForm,
|
||||
|
||||
Reference in New Issue
Block a user