main #5

Merged
Quick_Mythril merged 6 commits from crowetic/Q-Mintership-Alpha:main into main 2025-01-23 00:04:52 +00:00
Showing only changes of commit 052c685021 - Show all commits

View File

@ -129,7 +129,7 @@ const loadMinterBoardPage = async () => {
document.getElementById("sort-select").addEventListener("change", async () => {
// Re-load the cards whenever user chooses a new sort option.
await loadCards()
await loadCards(minterCardIdentifierPrefix)
})
await featureTriggerCheck()