Skip to content

Commit fbde1cc

Browse files
committed
fix: comment
1 parent cb54689 commit fbde1cc

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-
// but without the leading slash - ensure it has one
49+
// ensure it has slash in the beginning
5050
rootName={prepareSchemaRootName(pathData.Name, tenantName)}
5151
rootType={pathData.PathType}
5252
currentPath={path}

0 commit comments

Comments
 (0)