playful
This commit is contained in:
@@ -215,12 +215,11 @@ const DetailPanel = ({
|
||||
}))
|
||||
: [];
|
||||
|
||||
const documentLabel = detailSummary.title || 'Document';
|
||||
return [
|
||||
...normalizedSegments,
|
||||
{
|
||||
id: singleDoc.id || 'current-document',
|
||||
label: documentLabel,
|
||||
label: detailSummary.title,
|
||||
},
|
||||
];
|
||||
}, [selectedCount, singleDoc, resolveFolderPath, detailSummary, onFolderNavigate]);
|
||||
|
||||
Reference in New Issue
Block a user