Skip to content

Commit

Permalink
Merge pull request hicommonwealth#10172 from hicommonwealth/ryan/fix-…
Browse files Browse the repository at this point in the history
…thread-weight-drawer

Fix rendering of upvote weight in drawer
  • Loading branch information
rbennettcw authored Dec 6, 2024
2 parents cc6a1a1 + 5ec6323 commit 34bbf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/commonwealth/client/scripts/models/Thread.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function processAssociatedReactions(
type: tempReactionType[i],
address: tempAddressesReacted[i],
updated_at: tempReactionTimestamps[i],
voting_weight: tempReactionWeights[i] || 0,
calculated_voting_weight: tempReactionWeights[i] || 0,
reactedProfileName: emptyStringToNull(reactedProfileName?.[i]),
reactedProfileAvatarUrl: emptyStringToNull(
reactedProfileAvatarUrl?.[i],
Expand Down

0 comments on commit 34bbf77

Please sign in to comment.