diff --git a/src/components/PriceChart.tsx b/src/components/PriceChart.tsx index 09caca3ed..95ee87245 100644 --- a/src/components/PriceChart.tsx +++ b/src/components/PriceChart.tsx @@ -103,42 +103,44 @@ export const Chart = ({ return ( - - - - - - - - - }> - - + + + + + + + + }> + + + + + + {period && font && ( + - - - - {period && font && ( - - )} - + )} + + )} ); }; @@ -192,14 +194,12 @@ const PriceChart = ({ return ( - {!__E2E__ && ( - - )} + ); };