()
| 40 | const containerRef = useTradingViewWidget(scriptUrl, widgetConfig, currentHeight); |
| 41 | |
| 42 | const toggleExpand = () => { |
| 43 | setIsExpanded(!isExpanded); |
| 44 | }; |
| 45 | |
| 46 | return ( |
| 47 | <div className={cn("w-full transition-all duration-300", isExpanded && "fixed inset-0 z-[9999] bg-background")}> |
nothing calls this directly
no outgoing calls
no test coverage detected