mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-22 05:51:18 +00:00
update explanation on key prop
This commit is contained in:
parent
8a904b4e06
commit
e6c67d0321
@ -44,7 +44,7 @@ const mapStateToProps: MapStateToProps<State, OwnProps, StateProps> = (state: St
|
||||
|
||||
const ReactIntlProvider = ({ children, locale, messages }: Props) => (
|
||||
<IntlProvider
|
||||
key={locale} // dirty hack to rerender IntlProvider when lang file is downloaded
|
||||
key={locale} // forces rerender IntlProvider when lang file is downloaded
|
||||
locale={locale}
|
||||
messages={messages}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user