fix: confus
This commit is contained in:
parent
42bcc6fb2f
commit
f200518edd
|
@ -3,7 +3,7 @@ import './index.scss';
|
|||
import {PropTypes, React} from '@latus/react';
|
||||
|
||||
import useEntity from '../../hooks/use-entity';
|
||||
import Stage from '../stage';
|
||||
import EntityStage from '../stage';
|
||||
|
||||
const View = ({json}) => {
|
||||
const entity = useEntity(json);
|
||||
|
@ -19,7 +19,7 @@ const View = ({json}) => {
|
|||
);
|
||||
}
|
||||
else {
|
||||
output = <Stage entity={entity} />;
|
||||
output = <EntityStage entity={entity} />;
|
||||
}
|
||||
return (
|
||||
<div className="entity-view">
|
||||
|
|
Loading…
Reference in New Issue
Block a user