Bugfix for minter card sort
This commit is contained in:
parent
0d177a55cb
commit
052c685021
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user