Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: ryanwolhuter <[email protected]>
  • Loading branch information
ryanwolhuter committed Oct 31, 2023
1 parent 01c8cd4 commit 84711c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/components/ButtonFollow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ watch(
},
{ immediate: true }
);
</script>

<template>
Expand Down
3 changes: 1 addition & 2 deletions src/plugins/oSnap/utils/proposal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ export async function* approveBond(
web3: any,
moduleAddress: string,
collateralAddress: string,
minimumBond: BigNumber,
minimumBond: BigNumber
) {

const approveTx = await sendTransaction(
web3,
collateralAddress,
Expand Down

0 comments on commit 84711c1

Please sign in to comment.