Skip to content

Commit

Permalink
chores
Browse files Browse the repository at this point in the history
  • Loading branch information
cihanandac committed Sep 20, 2023
1 parent 005509d commit ffec182
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @module components/manage/Blocks/Image/View
*/

import React, { useEffect } from 'react';
import React from 'react';
import PropTypes from 'prop-types';
import { UniversalLink } from '@plone/volto/components';
import cx from 'classnames';
Expand Down Expand Up @@ -82,7 +82,6 @@ export const View = ({ data, detached }) => {
className="photo-credit-copytight"
dangerouslySetInnerHTML={{ __html: data.caption?.data }}
/>
{console.log(data?.caption)}
</div>
);
} else {
Expand Down

0 comments on commit ffec182

Please sign in to comment.