frontend: styling other components

This commit is contained in:
Mose Müller
2023-08-08 16:39:29 +02:00
parent 82a21f1e5d
commit 2951a73883
6 changed files with 44 additions and 46 deletions

View File

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