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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,
};
};