Compare commits

...
Author SHA1 Message Date
coolbot100s 8a08aaa647 Update core.ts
Use projectV3.versions instead of NagContext.versions to prevent the warning showing up when versions have not been loaded yet.
2026-06-08 12:16:57 -07:00
+1 -1
View File
@@ -38,7 +38,7 @@ export const coreNags: Nag[] = [
}),
status: 'required',
shouldShow: (context: NagContext) =>
context.versions.length < 1 && !context.projectV3?.minecraft_server,
context.projectV3?.versions?.length < 1 && !context.projectV3?.minecraft_server,
link: {
path: 'settings/versions',
title: defineMessage({