From c90958d9943a0440c940b3aa6020e1ed0186841c Mon Sep 17 00:00:00 2001 From: Ion Lizarazu Date: Thu, 2 Jan 2025 09:31:40 +0100 Subject: [PATCH] fix lint --- .../FeaturedBlock/Variations/FeaturedViewImageLeftRichText.jsx | 2 +- .../Blocks/FeaturedBlock/Variations/FeaturedViewImageRight.jsx | 2 +- .../FeaturedBlock/Variations/FeaturedViewImageRightRichText.jsx | 2 +- .../src/components/Blocks/FeaturedBlock/constants.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/Variations/FeaturedViewImageLeftRichText.jsx b/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/Variations/FeaturedViewImageLeftRichText.jsx index af57696..b6423cb 100644 --- a/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/Variations/FeaturedViewImageLeftRichText.jsx +++ b/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/Variations/FeaturedViewImageLeftRichText.jsx @@ -1,5 +1,5 @@ import { FeaturedBaseView } from './FeaturedBaseView'; import { LEFT } from '../constants'; export const FeaturedViewImageLeftRichText = (props) => { - return + return ; }; diff --git a/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/Variations/FeaturedViewImageRight.jsx b/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/Variations/FeaturedViewImageRight.jsx index 6a50a17..6818c5c 100644 --- a/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/Variations/FeaturedViewImageRight.jsx +++ b/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/Variations/FeaturedViewImageRight.jsx @@ -1,5 +1,5 @@ import { FeaturedBaseView } from './FeaturedBaseView'; import { RIGHT } from '../constants'; export const FeaturedViewImageRight = (props) => { - return + return ; }; diff --git a/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/Variations/FeaturedViewImageRightRichText.jsx b/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/Variations/FeaturedViewImageRightRichText.jsx index 929ad10..3f6fce4 100644 --- a/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/Variations/FeaturedViewImageRightRichText.jsx +++ b/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/Variations/FeaturedViewImageRightRichText.jsx @@ -1,5 +1,5 @@ import { FeaturedBaseView } from './FeaturedBaseView'; -import { RIGHT } from '../constants'; +import { RIGHT } from '../constants'; export const FeaturedViewImageRightRichText = (props) => { return ; }; diff --git a/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/constants.js b/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/constants.js index c251c30..fc7e653 100644 --- a/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/constants.js +++ b/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/constants.js @@ -1,2 +1,2 @@ export const LEFT = 'LEFT'; -export const RIGHT = 'RIGHT'; \ No newline at end of file +export const RIGHT = 'RIGHT';