diff --git a/frontend/src/components/GenericComponent.tsx b/frontend/src/components/GenericComponent.tsx
index f477fca..6338c3c 100644
--- a/frontend/src/components/GenericComponent.tsx
+++ b/frontend/src/components/GenericComponent.tsx
@@ -238,14 +238,13 @@ export const GenericComponent = React.memo(
Render count: {renderCount.current}
)} - {/* Your component JSX here */} {format === '' && value === '' ? (No image set in the backend.
) : ( diff --git a/frontend/src/components/MethodComponent.tsx b/frontend/src/components/MethodComponent.tsx index a8051f1..5ff062c 100644 --- a/frontend/src/components/MethodComponent.tsx +++ b/frontend/src/components/MethodComponent.tsx @@ -39,15 +39,6 @@ export const MethodComponent = React.memo((props: MethodProps) => { triggerNotification(); }; - const formContent = ( - - ); - useEffect(() => { renderCount.current++; }); @@ -57,7 +48,12 @@ export const MethodComponent = React.memo((props: MethodProps) => { {process.env.NODE_ENV === 'development' && (