Skip to content

Commit

Permalink
fix: remove unreferenced variable
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Nov 4, 2020
1 parent b2d9446 commit d908153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dapp-svelte-wallet/ui/src/Transaction.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
{/if}
{#if status === 'proposed'}
<div class="flex flex-row">
<Chip on:click={() => E(walletP).acceptOffer(offerId).then(showOutcome)}
<Chip on:click={() => E(walletP).acceptOffer(offerId)}
selected icon="check" color="success"
>Accept</Chip> <Chip on:click={() => E(walletP).declineOffer(offerId)}
selected icon="clear" color="error"
Expand Down

0 comments on commit d908153

Please sign in to comment.