mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 04:41:43 +03:00
fixed priceHistory rename crash
This commit is contained in:
parent
3e2de98395
commit
624a8e55f8
@ -40,7 +40,7 @@ const WalletScreen = ({navigation}) => {
|
||||
const isDarkTheme = useAppSelector((state) => state.application.isDarkTheme);
|
||||
const currency = useAppSelector((state)=>state.application.currency);
|
||||
const selectedCoins = useAppSelector((state)=>state.wallet.selectedCoins);
|
||||
const priceHistories = useAppSelector((state)=>state.wallet.priceHistory);
|
||||
const priceHistories = useAppSelector((state)=>state.wallet.priceHistories);
|
||||
const coinsData = useAppSelector((state)=>state.wallet.coinsData);
|
||||
const globalProps = useAppSelector((state)=>state.account.globalProps);
|
||||
const currentAccount = useAppSelector((state)=>state.account.currentAccount);
|
||||
|
Loading…
Reference in New Issue
Block a user