Skip to content

Commit

Permalink
fix(camp): fix like action not visible on signatures with comment
Browse files Browse the repository at this point in the history
  • Loading branch information
werme committed Oct 7, 2024
1 parent 68d722b commit 6ff7a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/nouns-camp/src/store-selectors/feeds.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ export const buildCandidateFeed = (
isCanceled: s.canceled,
candidateId,
targetProposalId,
reason: s.reason,
}));

return arrayUtils.sortBy({ value: (i) => i.timestamp ?? 0, order: "desc" }, [
Expand Down

0 comments on commit 6ff7a02

Please sign in to comment.