only includeSupportAction for not SIMPLE_SITE
This commit is contained in:
parent
f54f4fc65d
commit
6516d9ffa6
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
// @flow
|
||||
import { SIMPLE_SITE } from 'config';
|
||||
import React from 'react';
|
||||
import Page from 'component/page';
|
||||
import ClaimListDiscover from 'component/claimListDiscover';
|
||||
|
@ -18,7 +19,7 @@ function TopPage(props: Props) {
|
|||
name={name}
|
||||
defaultFreshness={FRESH_ALL}
|
||||
defaultOrderBy={ORDER_BY_TOP}
|
||||
includeSupportAction
|
||||
includeSupportAction={!SIMPLE_SITE}
|
||||
renderProperties={claim => (
|
||||
<span className="media__subtitle">
|
||||
<ClaimEffectiveAmount uri={claim.repost_url || claim.canonical_url} />
|
||||
|
|
Loading…
Reference in a new issue