Skip to content

Commit

Permalink
fix: Divider import in SharingDetailsModal
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Feb 18, 2021
1 parent 994f3ca commit f349b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cozy-sharing/src/SharingDetailsModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PropTypes from 'prop-types'

import { useI18n } from 'cozy-ui/transpiled/react/I18n'
import { Dialog } from 'cozy-ui/transpiled/react/CozyDialogs'
import { CardDivider } from 'cozy-ui/transpiled/react/MuiCozyTheme/Divider'
import Divider from 'cozy-ui/transpiled/react/MuiCozyTheme/Divider'

import { OwnerIdentity } from './components/Recipient'
import WhoHasAccess from './components/WhoHasAccess'
Expand Down Expand Up @@ -57,7 +57,7 @@ export const SharingDetailsModal = ({
)}
</div>
</div>
<CardDivider />
<Divider className="u-mv-1" />
<WhoHasAccess
title={t('Share.recipients.accessCount', {
count: recipients.length
Expand Down

0 comments on commit f349b54

Please sign in to comment.