Skip to content

Commit

Permalink
Space
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 committed Sep 15, 2022
1 parent a4b98ed commit b0b6ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/theme/Widgets/DataProvenanceView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from 'react';
import cx from 'classnames';
import { List } from 'semantic-ui-react';
import { UniversalLink } from '@plone/volto/components';

const DataProvenanceWidgetView = ({ value, className }) =>
value?.data ? (
<List className={cx(className, 'widget')} bulleted={true}>
Expand Down

0 comments on commit b0b6ce9

Please sign in to comment.