Skip to content

Commit

Permalink
fix: Changed div to span
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Aug 22, 2023
1 parent 099db06 commit 0716d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/storyMap/components/StoryMapForm/ShareDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const RoleComponent = ({ member }) => {
{t(`storyMap.role_${member.userRole.toLowerCase()}`)}
{member.membershipStatus === MEMBERSHIP_STATUS_PENDING && (
<Chip
component="span"
label={t('memberships.membership_pending')}
variant="outlined"
size="small"
Expand Down

0 comments on commit 0716d62

Please sign in to comment.