Display correct link in DialogUpdate
This commit is contained in:
parent
5619eeca83
commit
910516f896
3 changed files with 28 additions and 2 deletions
|
@ -16,6 +16,7 @@ const mapStateToProps = (state: StateType, ownProps: PropsType) => {
|
|||
...state.updates,
|
||||
hasNetworkDialog: hasNetworkDialog(state),
|
||||
i18n: getIntl(state),
|
||||
currentVersion: window.getVersion(),
|
||||
...ownProps,
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue