bump to version 0.3.31, tweak messaging to include offers

This commit is contained in:
2024-10-25 15:12:06 -06:00
parent 42dcb3b43c
commit e1d0a2b02c
8 changed files with 74 additions and 25 deletions

View File

@@ -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(