Skip to content

Commit

Permalink
chore: undo unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Jun 28, 2024
1 parent 09ed5c8 commit 08af244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/javascript/app/pages/trade/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ const Process = (() => {
const processMarketUnderlying = () => {
const underlying_element = document.getElementById('underlying');
const underlying = underlying_element.value;

Defaults.set(UNDERLYING, underlying);

Defaults.set(UNDERLYING, underlying);

commonTrading.showFormOverlay();

// get ticks for current underlying
Expand Down

0 comments on commit 08af244

Please sign in to comment.