Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
regalijan committed Oct 30, 2023
1 parent ee3ab13 commit c124aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/mod-queue.tsx
Expand Up @@ -238,7 +238,7 @@ export default function () {
}

for (const entry of entryData) {
let cardType = queue_type;
let cardType = queueType;

if (
entryData.indexOf(entry) > 0 &&
Expand Down

0 comments on commit c124aa2

Please sign in to comment.