Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoaidanh committed Oct 12, 2023
1 parent 2fe940d commit c2a09be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/swapv2/LimitOrder/ActionButtonLimitOrder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ export default function ActionButtonLimitOrder({
onWrapToken: () => Promise<void>
showPreview: () => void
editOrderInfo?: EditOrderInfo
}) {
}): any {
// todo any
const { isEdit, renderCancelButtons } = editOrderInfo || {}
const disableBtnApproved =
approval === ApprovalState.PENDING ||
Expand Down

0 comments on commit c2a09be

Please sign in to comment.