Skip to content

Commit

Permalink
refresh widget on theme change
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaszheng committed Aug 16, 2024
1 parent 9e8324a commit dd8677f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/hooks/tradingView/useBuySellMarks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ export function useBuySellMarks({
});
});
},
[
buySellMarksToggleOn,
buySellMarksToggle,
tvWidget,
isChartReady,
currentMarketFills,
theme.positive,
]
[buySellMarksToggleOn, buySellMarksToggle, tvWidget, isChartReady, currentMarketFills, theme]
);
}

0 comments on commit dd8677f

Please sign in to comment.