This commit is contained in:
2026-01-10 13:49:33 +00:00
parent 6a7151da4f
commit a6c2077be7
6 changed files with 53 additions and 35 deletions
+5 -5
View File
@@ -154,11 +154,11 @@ export const existsDestNation = (): Constraint => ({
requires: (ctx) =>
resolveDestNationId(ctx) !== undefined
? [
{
kind: 'destNation',
id: resolveDestNationId(ctx) ?? 0,
},
]
{
kind: 'destNation',
id: resolveDestNationId(ctx) ?? 0,
},
]
: [],
test: (ctx, view) => {
const destNationId = resolveDestNationId(ctx);