FIX loading story for sidebar

This commit is contained in:
Norbert de Langen 2020-05-07 20:00:43 +02:00
parent 12e5033390
commit 7404ad200a
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -81,7 +81,7 @@ export const simple = () => (
<Sidebar storiesConfigured menu={menu} stories={stories} storyId={storyId} refs={{}} />
);
export const isLoading = () => (
<Sidebar storiesConfigured={false} menu={menu} stories={stories} isLoading refs={{}} />
<Sidebar storiesConfigured={false} menu={menu} stories={{}} isLoading refs={{}} />
);
export const isEmpty = () => (
<Sidebar storiesConfigured menu={menu} stories={{}} isLoading refs={{}} />