From 07f1fd9ebc8a9c75246d83b2d874e57cef96252b Mon Sep 17 00:00:00 2001 From: Alexis Date: Fri, 27 Mar 2026 13:55:55 +0100 Subject: [PATCH] fix: cambio minimo --- .../src/components/editor/Step3FinalGraph.jsx | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/frontend/src/components/editor/Step3FinalGraph.jsx b/frontend/src/components/editor/Step3FinalGraph.jsx index 35d728f..45c9d27 100644 --- a/frontend/src/components/editor/Step3FinalGraph.jsx +++ b/frontend/src/components/editor/Step3FinalGraph.jsx @@ -79,20 +79,20 @@ const Step3FinalGraph = ({ data }) => { {/* Leyenda */}
{sortedResults.map((item) => ( -
- - +
+ + - - {item.term} - -
+ + {item.term} + +
))}