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 2e5b4a5 commit 9de750e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/javascript/app/pages/trade/purchase/purchase.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ const Purchase = () => {
});

useEffect(() => {
const new_data = dataManager.getAllPurchases();

const new_data = dataManager.getAllPurchases();d;

Check failure on line 39 in src/javascript/app/pages/trade/purchase/purchase.jsx

View workflow job for this annotation

GitHub Actions / build_and_deploy_preview_link

Expected an assignment or function call and instead saw an expression

Check failure on line 39 in src/javascript/app/pages/trade/purchase/purchase.jsx

View workflow job for this annotation

GitHub Actions / build_and_deploy_preview_link

'd' is not defined

Check failure on line 39 in src/javascript/app/pages/trade/purchase/purchase.jsx

View workflow job for this annotation

GitHub Actions / Build and Test

Expected an assignment or function call and instead saw an expression

Check failure on line 39 in src/javascript/app/pages/trade/purchase/purchase.jsx

View workflow job for this annotation

GitHub Actions / Build and Test

'd' is not defined
setShowPopup(!!new_data?.show_contract_details_popup);

setData(old_data => ({
Expand Down

0 comments on commit 9de750e

Please sign in to comment.