feat(ui-shell): make Header name optional

This commit is contained in:
Eric Liu 2020-08-01 15:40:06 -07:00
commit 6645533912
2 changed files with 9 additions and 5 deletions

View file

@ -114,7 +114,7 @@
</script>
{#if story === 'header'}
<Header {...$$props}>
<Header {...$$props} company={undefined}>
<SkipToContent />
</Header>
{:else if story === 'sidenav'}