fix typo
This commit is contained in:
parent
0e1e67cb9d
commit
a637df3c8c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ function ChannelContent(props: Props) {
|
||||||
{!channelIsMine && claimsInChannel > 0 && <HiddenNsfwClaims uri={uri} />}
|
{!channelIsMine && claimsInChannel > 0 && <HiddenNsfwClaims uri={uri} />}
|
||||||
|
|
||||||
{claim && claimsInChannel > 0 ? (
|
{claim && claimsInChannel > 0 ? (
|
||||||
<ClaimListDiscover channelIds={[claim.claim_id]} defaultTypeSort={CS.ORDER_BY_NEW} />
|
<ClaimListDiscover channelIds={[claim.claim_id]} defaultOrderBy={CS.ORDER_BY_NEW} />
|
||||||
) : (
|
) : (
|
||||||
<section className="main--empty">This channel hasn't published anything yet</section>
|
<section className="main--empty">This channel hasn't published anything yet</section>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue