Skip to content

Commit

Permalink
Merge pull request #156 from farabi-deriv/farabi/bot-2417/fix-console…
Browse files Browse the repository at this point in the history
…-errors

Farabi/bot-2417/fix-console-errors
  • Loading branch information
shafin-deriv authored Nov 29, 2024
2 parents dc9bd3f + b96489e commit 4939093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/load-modal/load-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const LoadModal: React.FC = observer(() => {
toggleLoadModal();
rudderStackSendCloseEvent({
subform_name: 'load_strategy',
load_strategy_tab: LOAD_MODAL_TABS[active_index + (!is_desktop ? 1 : 0)],
load_strategy_tab: LOAD_MODAL_TABS[active_index + (!isDesktop ? 1 : 0)],
});
}}
onEntered={onEntered}
Expand Down

0 comments on commit 4939093

Please sign in to comment.