From 5bf67309c3b7df92ed74bd4ac1aca215a815612d Mon Sep 17 00:00:00 2001 From: muerwre Date: Thu, 8 Aug 2019 18:05:58 +0700 Subject: [PATCH] item sorting --- src/components/editors/ImageGrid/index.tsx | 1 - 1 file changed, 1 deletion(-) 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 )) } -
); });