From 3d4493592c1d23187ccb72f6e1b75a3e7510d2b3 Mon Sep 17 00:00:00 2001 From: Gregory <117281520+gca-axelor@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:06:41 +0100 Subject: [PATCH] refactor: clean code --- .../atoms/HorizontalRuleText/HorizontalRuleText.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/apps/purchase/src/components/atoms/HorizontalRuleText/HorizontalRuleText.tsx b/packages/apps/purchase/src/components/atoms/HorizontalRuleText/HorizontalRuleText.tsx index 539dbb217..ea2f3a242 100644 --- a/packages/apps/purchase/src/components/atoms/HorizontalRuleText/HorizontalRuleText.tsx +++ b/packages/apps/purchase/src/components/atoms/HorizontalRuleText/HorizontalRuleText.tsx @@ -3,17 +3,17 @@ * * Copyright (C) 2024 Axelor (). * - * This program is free software: you can redistribute it and/or modify + * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ import React from 'react';