forked from jsnbuchanan/crowd-funder-for-time-pwa
bump to version 0.3.31, tweak messaging to include offers
This commit is contained in:
@@ -32,7 +32,11 @@
|
||||
<table class="min-w-full bg-white">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="py-2">ID</th>
|
||||
<th class="py-2">
|
||||
ID
|
||||
<br />
|
||||
(click for link)
|
||||
</th>
|
||||
<th class="py-2">Notes</th>
|
||||
<th class="py-2">Expires At</th>
|
||||
<th class="py-2">Redeemed</th>
|
||||
@@ -164,7 +168,6 @@ export default class InviteOneView extends Vue {
|
||||
this.contactsRedeemed[invite.redeemedBy] = contact;
|
||||
}
|
||||
}
|
||||
console.log("contactsRedeemed", this.contactsRedeemed);
|
||||
} catch (error) {
|
||||
console.error("Error fetching invites:", error);
|
||||
this.$notify(
|
||||
|
||||
Reference in New Issue
Block a user