From 165e424da2c7115d910f3184457eebf81da7206d Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 30 Aug 2024 22:45:49 +0530 Subject: [PATCH] chore: lint --- .../molecules/InterpretationLog.tsx | 126 +++++++++--------- 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 6e760097..17247f65 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -153,71 +153,71 @@ export const InterpretationLog = () => { {log} - - - - - Dessert (100g serving) - Calories - Fat (g) - Carbs (g) - Protein (g) - - - - {rows.map((row) => ( - - - {row.name} - - {row.calories} - {row.fat} - {row.carbs} - {row.protein} - - ))} - -
-
+ + + + + Dessert (100g serving) + Calories + Fat (g) + Carbs (g) + Protein (g) + + + + {rows.map((row) => ( + + + {row.name} + + {row.calories} + {row.fat} + {row.carbs} + {row.protein} + + ))} + +
+
-
- - -

What is the maximum number of rows you want to extract?

-
- - } label="10" /> - } label="100" /> - } label="Custom" /> - {selectedOption === 'custom' && ( - - )} - -
+
+ + +

What is the maximum number of rows you want to extract?

+
+ + } label="10" /> + } label="100" /> + } label="Custom" /> + {selectedOption === 'custom' && ( + + )} + +
-
-

How can we find the next item?

-

Select and review the pagination setting this webpage is using

- -
-
+
+

How can we find the next item?

+

Select and review the pagination setting this webpage is using

+ +
+