Fix broken dependencies
This commit is contained in:
@@ -48,7 +48,7 @@ export default withRouter(class LoggedInHome extends React.Component {
|
||||
{
|
||||
type: "button",
|
||||
name: "Logout",
|
||||
onClick: () => this.state.firebase.auth().signOut(),
|
||||
onClick: () => this.props.firebase.auth().signOut(),
|
||||
icon: <ExitToAppRoundedIcon />,
|
||||
hideTextMobile: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user