From d7af6f9f84a2203b335dec7b7968b5caa752b3a8 Mon Sep 17 00:00:00 2001 From: toshi1127 Date: Fri, 15 Mar 2019 19:24:12 +0900 Subject: [PATCH] fixes --- .../tests/__snapshots__/storyshots.test.js.snap | 8 ++++---- lib/ui/src/components/sidebar/SidebarHeading.js | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/examples/official-storybook/tests/__snapshots__/storyshots.test.js.snap b/examples/official-storybook/tests/__snapshots__/storyshots.test.js.snap index dbd852a642a..27ebe401335 100644 --- a/examples/official-storybook/tests/__snapshots__/storyshots.test.js.snap +++ b/examples/official-storybook/tests/__snapshots__/storyshots.test.js.snap @@ -8388,7 +8388,7 @@ exports[`Storyshots UI|Sidebar/Sidebar loading 1`] = ` { + const targetValue = url === './' ? '' : '_blank'; if (image === undefined && url === null) { return ; } if (image === undefined && url) { return ( - + ); @@ -80,7 +81,7 @@ const Brand = withTheme(({ theme: { brand: { title = 'Storybook', url = './', im } if (image === null && url) { return ( - + {title} ); @@ -90,7 +91,7 @@ const Brand = withTheme(({ theme: { brand: { title = 'Storybook', url = './', im } if (image && url) { return ( - + {title} );