chore(webui): omit conclave from supported syndicates (#2608)
Reviewed-on: #2608 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
parent
2a4488d1dd
commit
9cc0c76ef5
@ -497,6 +497,9 @@ function fetchItemList() {
|
|||||||
uniqueLevelCaps = items;
|
uniqueLevelCaps = items;
|
||||||
} else if (type == "Syndicates") {
|
} else if (type == "Syndicates") {
|
||||||
items.forEach(item => {
|
items.forEach(item => {
|
||||||
|
if (item.uniqueName === "ConclaveSyndicate") {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (item.uniqueName.startsWith("RadioLegion")) {
|
if (item.uniqueName.startsWith("RadioLegion")) {
|
||||||
item.name += " (" + item.uniqueName + ")";
|
item.name += " (" + item.uniqueName + ")";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user