Skip to content

Commit

Permalink
Revert "added missing flag for verification status"
Browse files Browse the repository at this point in the history
This reverts commit 003742e.
  • Loading branch information
kkatusic committed Jul 16, 2024
1 parent 003742e commit 9c969df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/views/project/ProjectGIVbackToast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,7 @@ const ProjectGIVbackToast = () => {
/>
);
} else if (isOwnerNotVerified) {
if (
verStatus === EVerificationStatus.SUBMITTED ||
verStatus === EVerificationStatus.VERIFIED
) {
if (verStatus === EVerificationStatus.SUBMITTED) {
title = formatMessage({
id: `${useIntlTitle}non_verified_owner_submitted`,
});
Expand Down

0 comments on commit 9c969df

Please sign in to comment.