fix: fixed a dependency

This commit is contained in:
Linkie Link 2024-02-06 11:12:50 +01:00
parent 0b378631ab
commit 388dbe7c6e
No known key found for this signature in database
GPG Key ID: 5318B0F2564D38EA

View File

@ -85,7 +85,7 @@ export default function TradeChart(props: Props) {
}) })
}) })
} }
}, [props.buyAsset.pythFeedName, props.buyAsset.symbol]) }, [props.buyAsset.pythFeedName, props.buyAsset.symbol, chartInterval])
return ( return (
<Card <Card