diff --git a/src/components/molecules/InterpretationButtons.tsx b/src/components/molecules/InterpretationButtons.tsx
index c21d4518..3407b94a 100644
--- a/src/components/molecules/InterpretationButtons.tsx
+++ b/src/components/molecules/InterpretationButtons.tsx
@@ -139,13 +139,10 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP
disabled={info.running}
sx={{ display: 'grid' }}
>
- {info.running ? 'Extracting data...please wait for 10secs to 1min' : 'Get Preview of Output Data'}
+ {info.running ?
+ Extracting data...please wait for 10secs to 1min
+ : 'Get Preview of Output Data'}
- {info.running && (
-
-
-
- )}
{ }}
isOpen={decisionModal.open}