Skip to content

Commit 7955b68

Browse files
committed
fix: better comment
1 parent fbde1cc commit 7955b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenant/ObjectSummary/ObjectTree.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function ObjectTree({tenantName, path}: ObjectTreeProps) {
4646
<SchemaTree
4747
rootPath={tenantName}
4848
// for the root pathData.Name contains the same string as tenantName,
49-
// ensure it has slash in the beginning
49+
// ensure it has the leading slash
5050
rootName={prepareSchemaRootName(pathData.Name, tenantName)}
5151
rootType={pathData.PathType}
5252
currentPath={path}

0 commit comments

Comments
 (0)