Avoid [object] in title bar by moving <Lifecycle /> to subtitle.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user