We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c1faf commit 2235aadCopy full SHA for 2235aad
client/src/app/dashboard/(application)/(status)/page.tsx
@@ -161,6 +161,7 @@ function ProfileQrCodeArticle({
161
}) {
162
if (!isLoaded(application, applicationIsLoading)) return <Skeleton className="w-full h-80 mt-4" />
163
if (application.applicationStatus === "unsubmitted") return
164
+ if (application.applicationStatus === "rejected") return
165
166
return (
167
<>
0 commit comments