1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

item sorting

This commit is contained in:
muerwre 2019-08-08 18:05:58 +07:00
parent cfe7603379
commit 5bf67309c3

View file

@ -37,7 +37,6 @@ const SortableList = SortableContainer(({ items, locked }: { items: IFile[], loc
</SortableItem>
))
}
<div style={{ clear: 'both' }} />
</div>
);
});