Skip to content

Commit 2235aad

Browse files
committed
don't render profile QR code when application is rejected
1 parent 87c1faf commit 2235aad

File tree

1 file changed

+1
-0
lines changed
  • client/src/app/dashboard/(application)/(status)

1 file changed

+1
-0
lines changed

client/src/app/dashboard/(application)/(status)/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ function ProfileQrCodeArticle({
161161
}) {
162162
if (!isLoaded(application, applicationIsLoading)) return <Skeleton className="w-full h-80 mt-4" />
163163
if (application.applicationStatus === "unsubmitted") return
164+
if (application.applicationStatus === "rejected") return
164165

165166
return (
166167
<>

0 commit comments

Comments
 (0)