Skip to content

Commit

Permalink
Update ChatWindow.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
xwjisfather authored Oct 15, 2024
1 parent c496846 commit 37d3351
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/app/components/ChatWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -602,9 +602,9 @@ export function ChatWindow() {
)}
</Flex>
</Flex>
{ isStockPanelVisible &&
<StockPanel onClose={() => setIsStockPanelVisible(false)} />}
{/* <StockPanel isVisible={isStockPanelVisible} onClose={() => setIsStockPanelVisible(false)} /> */}
{/* { isStockPanelVisible &&
<StockPanel onClose={() => setIsStockPanelVisible(false)} />} */}
<StockPanel isVisible={isStockPanelVisible} onClose={() => setIsStockPanelVisible(false)} />
</Flex>
);
}

0 comments on commit 37d3351

Please sign in to comment.