You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Deduplicate lite DAO cards when full DAO exists (#948)
* fix: deduplicate lite DAO cards when full DAO exists
Filter out lite DAOs from the explorer list when they have a
daoContract field matching a full (on-chain) DAO address, since
the full DAO page already shows off-chain polls.
* fix: navigate back to full DAO from off-chain poll detail
When a user reaches an off-chain poll from a full DAO page, the
"back to community" button now returns to the full DAO instead
of the lite DAO community page.
* fix: thread daoId through ProposalsList to ProposalTableRow
The previous navigation fix didn't work because daoId was never passed
from the full DAO proposals page through ProposalsList to
ProposalTableRow, so route state.daoId was always undefined.
0 commit comments