Skip to content

Commit

Permalink
fix:spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Aug 23, 2024
1 parent 9de750e commit 654166c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/app/pages/trade/purchase/purchase.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Purchase = () => {
});

useEffect(() => {
const new_data = dataManager.getAllPurchases();d;
const new_data = dataManager.getAllPurchases();
setShowPopup(!!new_data?.show_contract_details_popup);

setData(old_data => ({
Expand Down

0 comments on commit 654166c

Please sign in to comment.