Skip to content

Commit

Permalink
Lint fix RelatedItems.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david authored Dec 10, 2024
1 parent 8504326 commit fd2a660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import UniversalLink from '@plone/volto/components/manage/UniversalLink/Universa
import { defineMessages, injectIntl } from 'react-intl';
import PropTypes from 'prop-types';
import { Container } from 'semantic-ui-react';
import config from '@plone/volto/registry';;
import config from '@plone/volto/registry';

const messages = defineMessages({
relatedItems: {
Expand Down

0 comments on commit fd2a660

Please sign in to comment.