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 c918868 commit f2070b0Copy full SHA for f2070b0
src/store/reducers/cluster/cluster.ts
@@ -147,7 +147,7 @@ export function useClusterBaseInfo() {
147
// Name: ydb_vla_dev02
148
// Title: YDB DEV VLA02
149
const clusterName = name ?? clusterNameFromQuery ?? undefined;
150
- const clusterTitle = title ?? clusterName;
+ const clusterTitle = title || clusterName;
151
152
return {
153
...data,
0 commit comments