Avoid [object] in title bar by moving <Lifecycle /> to subtitle.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-02-16 11:12:33 +01:00
parent d78542d037
commit e49bc5f4cf
@@ -53,13 +53,7 @@ export const SearchPage = () => {
return (
<Page themeId="home">
<Header
title={
<>
Search <Lifecycle alpha shorthand />
</>
}
/>
<Header title="Search" subtitle={<Lifecycle alpha />} />
<Content>
<Grid container direction="row">
<Grid item xs={12}>