Skip to content

Commit

Permalink
Remove wallet check from payment model
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed May 23, 2024
1 parent a369f93 commit 4a1cfb6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/app/src/components/modal/BaseModalRewardPayment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ export default defineComponent({
try {
const walletStore = useWalletStore();
if (!this.wallet) throw new Error('Please select a wallet.');
await this.rewardStore.createPayment(this.reward.variant, this.reward._id, this.wallet);
walletStore.list();
Expand Down

0 comments on commit 4a1cfb6

Please sign in to comment.