mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
removing input from user signOff
This commit is contained in:
@@ -12,7 +12,7 @@ class UserBoxAuthenticatedContainer extends Component<
|
||||
UserBoxAuthenticatedProps
|
||||
> {
|
||||
private onSignOff = () => {
|
||||
this.props.signOff({});
|
||||
this.props.signOff();
|
||||
};
|
||||
public render() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user