Skip to content

Commit

Permalink
fix: build failure (deriv-com#16321)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-deriv authored Aug 1, 2024
1 parent 5b019f2 commit 9ea36b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const ClosedMarketMessage = observer(() => {
const { common } = useStore();
const { current_language } = common;
const { symbol, prepareTradeStore } = useTraderStore();
const { activeSymbols } = useActiveSymbols({});
const { activeSymbols } = useActiveSymbols();

const isMounted = useIsMounted();
const [when_market_opens, setWhenMarketOpens] = React.useState<TWhenMarketOpens>({} as TWhenMarketOpens);
Expand Down

0 comments on commit 9ea36b0

Please sign in to comment.