From b76ac00d78a3e4875e8429d512bf0a31bf556b30 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sat, 16 Dec 2017 12:51:47 +0000 Subject: [PATCH] Fix the ListDivider to be a list item. --- src/List.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/List.tsx b/src/List.tsx index 28be009..cfc8c16 100644 --- a/src/List.tsx +++ b/src/List.tsx @@ -55,7 +55,9 @@ export const ListSubheader = pure((props: any) => ( )); export const ListDivider = pure((props: any) => ( -
+
  • +
    +
  • )); export const ListItem = pure((_props: any) => {