diff --git a/src/components/Dashboard/common/PropertyChanges.jsx b/src/components/Dashboard/common/PropertyChanges.jsx index 2babc54..01a0a92 100644 --- a/src/components/Dashboard/common/PropertyChanges.jsx +++ b/src/components/Dashboard/common/PropertyChanges.jsx @@ -1,5 +1,5 @@ import PropTypes from 'prop-types' -import { Descriptions, Typography, Space } from 'antd' +import { Descriptions, Typography, Flex } from 'antd' import { getModelProperty } from '../../../database/ObjectModels' import ObjectProperty from './ObjectProperty' import ArrowRightIcon from '../../Icons/ArrowRightIcon' @@ -51,7 +51,7 @@ const PropertyChanges = ({ type, value }) => { } return ( - + {value?.old ? ( { objectData={value?.new} /> ) : null} - + ) })}