chore: buttonify unlockAllScans, unlockAllShipFeatures, unlockAllCapturaScenes #2738
@ -31,5 +31,6 @@ const resourceGetParent = (resourceName: string): string | undefined => {
 | 
				
			|||||||
    if (resourceName in ExportResources) {
 | 
					    if (resourceName in ExportResources) {
 | 
				
			||||||
        return ExportResources[resourceName].parentName;
 | 
					        return ExportResources[resourceName].parentName;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					    // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
 | 
				
			||||||
    return ExportVirtuals[resourceName]?.parentName;
 | 
					    return ExportVirtuals[resourceName]?.parentName;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user