Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
RuntimeTerror10 committed May 10, 2024
2 parents 2e01e1f + c1efeaf commit 934ee33
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ export const PostUserAdditionView: React.FC<PostUserAdditionViewProps> = ({
<div className="post-user-addition-view-title">All set from your end</div>
{/* TEMP */}
{/* TODO: REMOVE THIS AFTER INVITE FLOW IS IMPLEMENTED */}
{nonExisitingEmails?.length && (
{nonExisitingEmails?.length ? (
<div className="mt-16">
<Alert message={nonExistingUsersAlertContent} type="warning" className="w-full" />
</div>
)}
) : null}

<div className="post-user-addition-view-actions">
<RQButton type="primary" onClick={toggleInviteFormVisibility}>
Expand Down

0 comments on commit 934ee33

Please sign in to comment.