diff --git a/src/frontend/components/property-type/array/list.tsx b/src/frontend/components/property-type/array/list.tsx index f1404cec5..8aa56c9c4 100644 --- a/src/frontend/components/property-type/array/list.tsx +++ b/src/frontend/components/property-type/array/list.tsx @@ -1,6 +1,6 @@ import React from 'react' -import { useTranslation } from '../../../hooks/use-translation +import { useTranslation } from '../../../hooks/use-translation' import { flat } from '../../../../utils' import { RecordJSON, ResourceJSON, PropertyJSON } from '../../../interfaces' import { ShowPropertyProps } from '../base-property-props'