From 70d07249d380a81d3757860dbc6740f650bcb090 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Fri, 26 Dec 2025 14:11:24 +0700 Subject: [PATCH] faet: remove comments --- .../src/components/new-launch/editor.tsx | 49 ------------------- 1 file changed, 49 deletions(-) diff --git a/apps/frontend/src/components/new-launch/editor.tsx b/apps/frontend/src/components/new-launch/editor.tsx index a28284f6..d14e3d63 100644 --- a/apps/frontend/src/components/new-launch/editor.tsx +++ b/apps/frontend/src/components/new-launch/editor.tsx @@ -612,13 +612,6 @@ export const Editor: FC<{ id={id} >
- {/*{validateChars &&*/} - {/* props.value.length === 0 &&*/} - {/* pictures?.length === 0 && (*/} - {/*
*/} - {/* Your post should have at least one character or one image.*/} - {/*
*/} - {/* )}*/}
- {/*
*/} - {/*
*/} - {/* {(props?.totalChars || 0) > 0 ? (*/} - {/* props.totalChars && '!text-red-500'*/} - {/* )}*/} - {/* >*/} - {/* {valueWithoutHtml.length}/{props.totalChars}*/} - {/*
*/} - {/* ) : (*/} - {/* */} - {/* {selectedIntegration?.map((p) => (*/} - {/* */} - {/* chars?.[p.integration.id] &&*/} - {/* '!text-red-500'*/} - {/* }*/} - {/* >*/} - {/* {p.integration.name} ({capitalize(p.integration.identifier)}*/} - {/* ):*/} - {/*
*/} - {/* chars?.[p.integration.id] &&*/} - {/* '!text-red-500'*/} - {/* }*/} - {/* >*/} - {/* {valueWithoutHtml.length}/{chars?.[p.integration.id]}*/} - {/*
*/} - {/* */} - {/* ))}*/} - {/* */} - {/* )}*/} - {/* */} - {/**/} ); };