chore: buttonify unlockAllScans, unlockAllShipFeatures, unlockAllCapturaScenes #2738

Merged
Sainan merged 4 commits from codex-move-cheats-to-per-account-buttons into main 2025-09-02 20:22:48 -07:00
Showing only changes of commit 1d58059a0e - Show all commits

View File

@ -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;
}; };