Fix broken dependencies

This commit is contained in:
2021-09-01 17:56:39 +01:00
parent d93bd82fb5
commit fc48c58224
3 changed files with 3 additions and 4 deletions

View File

@@ -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,
}