From 31a43b70ffecbaad9a72a3e6be826155d9ad022c Mon Sep 17 00:00:00 2001 From: Kenneth Truong Date: Tue, 16 Apr 2019 20:55:18 -0700 Subject: [PATCH] FIX null brandImage --- lib/theming/src/create.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/theming/src/create.ts b/lib/theming/src/create.ts index ed73fc5fce48..5330faf60d23 100644 --- a/lib/theming/src/create.ts +++ b/lib/theming/src/create.ts @@ -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({