fix type error
This commit is contained in:
@@ -483,7 +483,7 @@ function BaseChatItem({
|
||||
to={`/messages/${convo.view.id}`}
|
||||
// In split view, this list stays mounted alongside the open convo,
|
||||
// so push would stack duplicate routes on repeated clicks.
|
||||
action={isWithinSplitView ? 'navigate' : 'push'}
|
||||
action={isWithinLeftPanel ? 'navigate' : 'push'}
|
||||
label={title}
|
||||
accessibilityHint={accessibilityHint}
|
||||
accessibilityActions={
|
||||
|
||||
Reference in New Issue
Block a user