From 9f2c7892d553897beac8cb23354a35b8a07f4d3c Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Thu, 27 Jun 2024 14:44:42 +0300 Subject: [PATCH] Remove commented out code Co-authored-by: KEVIN KOECH --- apps/roboshield/src/components/RichText/RichText.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/roboshield/src/components/RichText/RichText.tsx b/apps/roboshield/src/components/RichText/RichText.tsx index 5b9a792ca..e856fce00 100644 --- a/apps/roboshield/src/components/RichText/RichText.tsx +++ b/apps/roboshield/src/components/RichText/RichText.tsx @@ -40,7 +40,6 @@ function serialize( return children.map((node, i) => { if (Text.isText(node)) { let text = ; - // let { text } = node; if (node.bold) { text = {text}; }