From a48d57cccb1fdb1747ebdb61b5655f43ae8ecac8 Mon Sep 17 00:00:00 2001 From: Ward Oosterlijnck Date: Mon, 8 Apr 2019 18:31:55 +1000 Subject: [PATCH] Uncomment useStartTyping readme in storybook --- src/__stories__/useStartTyping.story.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/__stories__/useStartTyping.story.tsx b/src/__stories__/useStartTyping.story.tsx index f1cd9d01..fc18679a 100644 --- a/src/__stories__/useStartTyping.story.tsx +++ b/src/__stories__/useStartTyping.story.tsx @@ -35,7 +35,5 @@ const Demo = () => { }; storiesOf('Sensors|useStartTyping', module) - // .add('Docs', () => ) - .add('Demo', () => - - ) + .add('Docs', () => ) + .add('Demo', () => )