🐛 Fix crash when outgoing edge blockId does not exist
This commit is contained in:
@ -78,7 +78,10 @@ export const ConversationContainer = ({
|
||||
onNewGroupVisible(nextEdge)
|
||||
setDisplayedGroups([
|
||||
...displayedGroups,
|
||||
{ group: nextGroup, startBlockIndex },
|
||||
{
|
||||
group: nextGroup,
|
||||
startBlockIndex: startBlockIndex === -1 ? 0 : startBlockIndex,
|
||||
},
|
||||
])
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user