forked from jsnbuchanan/crowd-funder-for-time-pwa
feat: get the emojis to work with additions, removals, and multiple people
This commit is contained in:
@@ -1235,7 +1235,6 @@ export default class HomeView extends Vue {
|
||||
const recipientDid = this.extractRecipientDid(claim);
|
||||
|
||||
const fulfillsPlan = await this.getFulfillsPlan(record);
|
||||
const emojiCount = await record.emojiCount;
|
||||
|
||||
// Log record details for debugging
|
||||
logger.debug("[HomeView] 🔍 Processing record:", {
|
||||
@@ -1266,7 +1265,7 @@ export default class HomeView extends Vue {
|
||||
provider,
|
||||
fulfillsPlan,
|
||||
providedByPlan,
|
||||
emojiCount,
|
||||
record.emojiCount,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user