Remove console.log statement and refactor string replacement logic in GenericModal component

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-01 11:11:50 -03:00
commit f0c592a330

View file

@ -114,7 +114,6 @@ export default function GenericModal({
return match;
})
.replace(/\n/g, "<br />");
console.log(coloredContent);
function getClassByNumberLength(): string {
let sumOfCaracteres: number = 0;
wordsHighlight.forEach((element) => {