Skip to content

Conversation

teaSummer
Copy link
Contributor

fix #3821.

fix #4226.

@IMB11
Copy link
Member

IMB11 commented Sep 20, 2025

Fix lint issues by running `pnpm run web:fix" and then LGTM

@AlexTMjugador AlexTMjugador added this pull request to the merge queue Sep 20, 2025
Merged via the queue into modrinth:main with commit 0b8762c Sep 20, 2025
1 check passed
const { version, loader } = route.query
if (
project.value.game_versions.length > 0 &&
project.value.game_versions.every((v) => v.includes('w') || v.includes('-'))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this isn't how this should be checked, the release type should be checked in the tags list.

also, it doesn't seem like this hides the check box or anything?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants