fix: sliceeeeeeee

This commit is contained in:
karishmas6
2024-09-23 17:50:51 +05:30
parent d4becc90aa
commit 0919e5319d

View File

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