frontend styling

This commit is contained in:
Mose Müller
2024-01-16 15:47:05 +01:00
parent 6d9191fe18
commit 7ef82e61e5
12 changed files with 23 additions and 36 deletions

View File

@ -83,7 +83,7 @@ export const MethodComponent = React.memo((props: MethodProps) => {
});
return (
<div className="align-items-center methodComponent" id={id}>
<div className="component methodComponent" id={id}>
{process.env.NODE_ENV === 'development' && (
<div>Render count: {renderCount.current}</div>
)}