only includeSupportAction for not SIMPLE_SITE

This commit is contained in:
Sean Yesmunt 2020-10-23 14:02:00 -04:00
parent f54f4fc65d
commit 6516d9ffa6

View file

@ -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} />