Display correct link in DialogUpdate

This commit is contained in:
Fedor Indutny
2021-11-11 23:46:16 +01:00
committed by GitHub
parent 5619eeca83
commit 910516f896
3 changed files with 28 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ const mapStateToProps = (state: StateType, ownProps: PropsType) => {
...state.updates,
hasNetworkDialog: hasNetworkDialog(state),
i18n: getIntl(state),
currentVersion: window.getVersion(),
...ownProps,
};
};