fix: prettier

This commit is contained in:
karishmas6
2024-09-23 17:52:17 +05:30
parent 2552fa6aa4
commit a4a98c67d8

View File

@@ -81,7 +81,9 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP
</Typography>
<Box style={{ marginTop: '4px' }}>
<Typography>Your previous action was:
<b>{decisionModal.action.charAt(0).toUpperCase() + decisionModal.action.slice(1)} </b>, on an element with text <b>{decisionModal.innerText} </b>
<b>{decisionModal.action.charAt(0).toUpperCase() + decisionModal.action.slice(1)} </b>,
on an element with text
<b>{decisionModal.innerText} </b>
</Typography>
</Box>
</React.Fragment>);