Skip to content

Commit 6c7b3bb

Browse files
committed
fix biome error
1 parent 09da049 commit 6c7b3bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/src/components/tradingview/tradingview-advanced-chart.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,11 @@ function TradingViewAdvancedChart({
117117
}, [tvSymbol, interval, theme, locale, timezone]);
118118

119119
return (
120-
<section aria-label="Trading chart" className="w-full" style={{ height: minHeight }}>
120+
<section
121+
aria-label="Trading chart"
122+
className="w-full"
123+
style={{ height: minHeight }}
124+
>
121125
<div ref={containerRef} className="h-full" />
122126
<div className="tradingview-widget-copyright">
123127
<a

0 commit comments

Comments
 (0)