diff --git a/src/components/editors/ImageGrid/index.tsx b/src/components/editors/ImageGrid/index.tsx index 68d64f50..86bcdfa7 100644 --- a/src/components/editors/ImageGrid/index.tsx +++ b/src/components/editors/ImageGrid/index.tsx @@ -37,7 +37,6 @@ const SortableList = SortableContainer(({ items, locked }: { items: IFile[], loc )) } -
); });