Skip to content

Commit

Permalink
Small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed Mar 3, 2023
1 parent 2859655 commit 651650f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/teamsAndOrgs/teamSync.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const TeamSync = ({
>
<FormattedMessage {...messages.updateUsers} />
</Button>
{errors &&
{(errors?.length > 0) &&
<div
className="pt2 pointer"
role="button"
Expand Down Expand Up @@ -464,7 +464,7 @@ const SuccessfulAuthenticationModal = ({ onCloseFn }) => {
<h3><FormattedMessage {...messages.authenticationModalTitle} /></h3>
<p><FormattedMessage {...messages.authenticationModalDescription} /></p>
<Button className="mh1 fr bg-red white" onClick={() => close()}>
<FormattedMessage {...messages.close} />
<FormattedMessage {...messages.close} />
</Button>
</div>
)}
Expand Down

0 comments on commit 651650f

Please sign in to comment.