Bugfix for minter card sort

This commit is contained in:
QuickMythril 2025-01-22 02:29:27 -05:00
parent 0d177a55cb
commit 052c685021

View File

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