Fixs tags

This commit is contained in:
apane 2019-11-13 10:21:19 -03:00
parent 538fc8e929
commit 141864333f
1 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ class ManageOwners extends React.Component<Props, State> {
testId={RENAME_OWNER_BTN_TEST_ID}
/>
{granted && (
<Row align="end" className={classes.actions}>
<>
<Img
alt="Replace owner"
className={classes.replaceOwnerIcon}
@ -188,7 +188,7 @@ class ManageOwners extends React.Component<Props, State> {
testId={REMOVE_OWNER_BTN_TEST_ID}
/>
)}
</Row>
</>
) }
</Row>
</TableCell>