chore(webui): omit conclave from supported syndicates #2608
@ -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