From a4a98c67d894a1ee8cb6b746b9aa8774ffff7ca2 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 23 Sep 2024 17:52:17 +0530 Subject: [PATCH] fix: prettier --- src/components/molecules/InterpretationButtons.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/molecules/InterpretationButtons.tsx b/src/components/molecules/InterpretationButtons.tsx index 7adeeb91..c9f45be2 100644 --- a/src/components/molecules/InterpretationButtons.tsx +++ b/src/components/molecules/InterpretationButtons.tsx @@ -81,7 +81,9 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP Your previous action was: - {decisionModal.action.charAt(0).toUpperCase() + decisionModal.action.slice(1)} , on an element with text {decisionModal.innerText} + {decisionModal.action.charAt(0).toUpperCase() + decisionModal.action.slice(1)} , + on an element with text + {decisionModal.innerText} );