fix discover page
This commit is contained in:
parent
a637df3c8c
commit
7a572f0c08
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ function TagsPage(props: Props) {
|
|||
return (
|
||||
<Page>
|
||||
<ClaimListDiscover
|
||||
claimType={[claimType]}
|
||||
claimType={claimType ? [claimType] : undefined}
|
||||
headerLabel={
|
||||
tag ? (
|
||||
<span>
|
||||
|
|
Loading…
Add table
Reference in a new issue