mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
FIX null brandImage
This commit is contained in:
parent
2887028ad2
commit
31a43b70ff
@ -172,7 +172,7 @@ export const convert = (inherit: ThemeVars = lightThemeVars): Theme => {
|
||||
brand: {
|
||||
title: brandTitle,
|
||||
url: brandUrl,
|
||||
image: brandImage || brandTitle ? null : undefined,
|
||||
image: brandImage || (brandTitle ? null : undefined),
|
||||
},
|
||||
|
||||
code: createSyntax({
|
||||
|
Loading…
x
Reference in New Issue
Block a user