Skip to content

Commit

Permalink
Update app/packs/review/page.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Woofer <61364477+Woofer21@users.noreply.github.com>
  • Loading branch information
mezotv and Woofer21 authored Dec 26, 2024
1 parent 014fd0b commit 9dcf4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/packs/review/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const metadata: Metadata = {
async function Review() {
const packs = await prisma.questionPack.findMany({
where: {
OR: [{ status: Status.pending }, { status: Status.pending }]
OR: [{ status: Status.pending }, { status: Status.resubmit_pending }]
},
select: {
type: true,
Expand Down

0 comments on commit 9dcf4fe

Please # to comment.