Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Jun 12, 2024
1 parent 656137e commit 9c54e6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const FileDirectoryBreadcrumb: React.FC<FileDirectoryBreadcrumbProps> = ({
const basename = activeEntryInfo?.basename
let result = [
{
name: activeRepo?.name ?? '',
name: activeEntryInfo?.repositoryName ?? '',
href: generateEntryPath(activeRepo, activeRepoRef?.name, '', 'dir')
}
]
Expand Down

0 comments on commit 9c54e6d

Please sign in to comment.