diff --git a/src/components/editors/ImageGrid/index.tsx b/src/components/editors/ImageGrid/index.tsx index 2310acd3..2c976763 100644 --- a/src/components/editors/ImageGrid/index.tsx +++ b/src/components/editors/ImageGrid/index.tsx @@ -17,11 +17,11 @@ interface IProps { locked: IUploadStatus[]; } -const SortableItem = SortableElement(({ children }) => ( +const SortableImageGridItem = SortableElement(({ children }) => (