We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0733316 commit cb54689Copy full SHA for cb54689
src/containers/Header/breadcrumbs.tsx
@@ -62,7 +62,7 @@ const getTenantBreadcrumbs: GetBreadcrumbs<TenantBreadcrumbsOptions> = (options,
62
63
const breadcrumbs = getClusterBreadcrumbs(options, query);
64
65
- const text = tenantName ? tenantName : headerKeyset('breadcrumbs.tenant');
+ const text = tenantName || headerKeyset('breadcrumbs.tenant');
66
const link = tenantName ? getTenantPath({...query, database: tenantName}) : undefined;
67
68
const lastItem = {text, link, icon: <DatabaseIcon />};
0 commit comments