diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx
index bffc8654..6e760097 100644
--- a/src/components/molecules/InterpretationLog.tsx
+++ b/src/components/molecules/InterpretationLog.tsx
@@ -153,9 +153,6 @@ export const InterpretationLog = () => {
{log}
- {
- getList ? (
- <>
@@ -221,9 +218,6 @@ export const InterpretationLog = () => {
- >
- ) : null
- }