From fe83066d59e26ffc6ff9c6f968a72f28da7222c3 Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Tue, 18 Apr 2023 16:24:29 +0200 Subject: [PATCH] add line return --- src/components/Prices/Prices.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Prices/Prices.tsx b/src/components/Prices/Prices.tsx index bd8e60a4..75cadeb5 100644 --- a/src/components/Prices/Prices.tsx +++ b/src/components/Prices/Prices.tsx @@ -4,6 +4,7 @@ import { FluidType } from '../../enum/fluidTypes' import { FrequencyInMonth } from '../../enum/frequency.enum' import PriceSection from './PriceSection' import './prices.scss' + const Prices: React.FC = () => { return ( <> -- GitLab