NSI: remove 'nobrand' if a brand is chosen
This commit is contained in:
parent
8e9ae0529b
commit
4e02528bdc
1 changed files with 1 additions and 0 deletions
|
@ -976,6 +976,7 @@ export class TagRenderingConfigUtils {
|
|||
const oldMappingsCloned =
|
||||
clone.mappings?.map((m) => ({
|
||||
...m,
|
||||
addExtraTags: "nobrand=",
|
||||
priorityIf: m.priorityIf ?? TagUtils.Tag("id~*"),
|
||||
})) ?? []
|
||||
clone.mappings = [...oldMappingsCloned, ...extraMappings]
|
||||
|
|
Loading…
Reference in a new issue