diff --git a/packages/dev/inspector/src/components/actionTabs/tabs/propertyGrids/particleSystems/particleSystemPropertyGridComponent.tsx b/packages/dev/inspector/src/components/actionTabs/tabs/propertyGrids/particleSystems/particleSystemPropertyGridComponent.tsx index fa0fe1d0bad..2662cfcdf9f 100644 --- a/packages/dev/inspector/src/components/actionTabs/tabs/propertyGrids/particleSystems/particleSystemPropertyGridComponent.tsx +++ b/packages/dev/inspector/src/components/actionTabs/tabs/propertyGrids/particleSystems/particleSystemPropertyGridComponent.tsx @@ -181,7 +181,7 @@ export class ParticleSystemPropertyGridComponent extends React.Component )} - {system.isStopping() && } + {system.isStopping() && } ); }