mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-19 08:28:40 +01:00
frontend: styling other components
This commit is contained in:
@@ -72,7 +72,7 @@ export const AsyncMethodComponent = React.memo((props: AsyncMethodProps) => {
|
||||
|
||||
return (
|
||||
<div
|
||||
className="col-5 align-items-center asyncMethodComponent"
|
||||
className="align-items-center asyncMethodComponent"
|
||||
id={parent_path.concat('.' + name)}>
|
||||
{process.env.NODE_ENV === 'development' && (
|
||||
<p>Render count: {renderCount.current}</p>
|
||||
|
||||
Reference in New Issue
Block a user