Skip to content

Commit 2ac4c0b

Browse files
fix: Update src/lib/nodes/utils.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 8d764a2 commit 2ac4c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/nodes/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export function createNodesTable(
144144
getStatusColor(node.status),
145145
lastVm?.id ?? "",
146146
node.gpu_type,
147-
node.zone || node.node_type === "autoreserved" ? "Any matching" : "N/A",
147+
node.zone || (node.node_type === "autoreserved" ? "Any matching" : "N/A"),
148148
startEnd,
149149
maxPrice,
150150
]);

0 commit comments

Comments
 (0)