From 69676d36fe05e967b05d180225a0ceaf65ea1742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20T=C5=82uszcz?= Date: Wed, 11 Aug 2021 18:14:25 +0200 Subject: [PATCH] Fix unnecessary list rendering (#19) --- src/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 35fd39b..b16b58c 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -260,9 +260,7 @@ const SortableList = {children} - ] + {children} ) }