We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a0c80 commit e9363bdCopy full SHA for e9363bd
web/src/components/ExpandedViewMode/EVMiddleColumn/TabContent/EvDetails/EvDetails.connector.tsx
@@ -106,6 +106,7 @@ function mapStateToProps(
106
(agentInfo) =>
107
agentInfo.outcomeBeingEdited.outcomeActionHash === outcomeActionHash
108
)
109
+ .filter((agentInfo) => agentInfo.agentPubKey !== state.agentAddress) // don't include self
110
.map((agentInfo) => filterAndAddAgentInfo(agentInfo))
111
// this should only ever by a maximum of two peers (one editing title, one editing description)
112
0 commit comments