Fix update notification
This commit is contained in:
@@ -266,8 +266,8 @@ const styles = (theme: Theme) => ({
|
|||||||
|
|
||||||
const mapStateToProps = (state: AppState) => {
|
const mapStateToProps = (state: AppState) => {
|
||||||
return {
|
return {
|
||||||
showUpdateNotification: state.globalState.showUpdateNotification,
|
showUpdateNotification: state.globalState.get('showUpdateNotification'),
|
||||||
showUpdateDetails: state.globalState.showUpdateDetails,
|
showUpdateDetails: state.globalState.get('showUpdateDetails'),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user