diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx
index 61144287..93b23dd6 100644
--- a/src/components/molecules/InterpretationLog.tsx
+++ b/src/components/molecules/InterpretationLog.tsx
@@ -140,16 +140,7 @@ export const InterpretationLog = () => {
{
getList ? (
<>
-
- What is the maximum number of rows you want to extract?
-
- } label="10" />
- } label="100" />
- } label="Custom" />
-
-
-
-
+
@@ -178,6 +169,15 @@ export const InterpretationLog = () => {
+
+
+ What is the maximum number of rows you want to extract?
+
+ } label="10" />
+ } label="100" />
+ } label="Custom" />
+
+
>
) : null
}