Skip to content

Commit

Permalink
fix: default value
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuran-deriv committed Dec 12, 2024
1 parent 385ee31 commit d105deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/bot-builder/quick-strategy/selects/symbol.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const SymbolSelect: React.FC = () => {
);

useEffect(() => {
const { active_symbols } =
const { active_symbols = { getSymbolsForBot: () => [] } } =
(ApiHelpers?.instance as unknown as {
active_symbols: {
getSymbolsForBot: () => TSymbol[];
Expand Down

0 comments on commit d105deb

Please sign in to comment.