Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Oct 10, 2023
1 parent 54e8ccb commit 01ae09d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/wallet-mobile/src/features/Swap/common/useSwapTx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const useSwapTx = (options?: UseMutationOptions<YoroiUnsignedTx, Error, {
buyQuantity: orderData.amounts.buy.quantity,
feeTokenId: pool?.deposit.tokenId,
feeTokenId: pool?.deposit.tokenId,

}),
),
},
Expand Down

0 comments on commit 01ae09d

Please sign in to comment.