Skip to content

Commit

Permalink
feat: addd validation (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-rock authored Dec 23, 2024
1 parent b34e7fe commit 2563655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/SpotScreen/Chart/TradingViewAdvanceWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const TradingViewChartAdvance = observer(() => {
};

useEffect(() => {
console.log("window", window?.Datafeeds);
if (!window?.Datafeeds) return;
const widgetOptions: ChartingLibraryWidgetOptions = {
symbol: defaultProps.symbol as string,
// BEWARE: no trailing slash is expected in feed URL
Expand Down

0 comments on commit 2563655

Please sign in to comment.