From 0450e75bf7e8c4fc2e5a058cb5cc20278c9b7d58 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 23 Sep 2024 17:51:08 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/InterpretationButtons.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/molecules/InterpretationButtons.tsx b/src/components/molecules/InterpretationButtons.tsx index 4b97354a..bf43270c 100644 --- a/src/components/molecules/InterpretationButtons.tsx +++ b/src/components/molecules/InterpretationButtons.tsx @@ -80,9 +80,9 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP Do you want to use your previous selection as a condition for performing this action? - Your previous action was: + Your previous action was: {decisionModal.action.charAt(0).toUpperCase() + decisionModal.action.slice(1)}, on an element with text {decisionModal.innerText} - + ); default: return null;