From c6e2b54d3310dbdfd83123ae45973cca090f5925 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 16 Sep 2020 12:26:14 -0400 Subject: [PATCH] hide top page behind SIMPLE_SITE flag --- ui/component/channelAbout/view.jsx | 19 ++++++++++--------- ui/component/claimEffectiveAmount/view.jsx | 4 ++-- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/ui/component/channelAbout/view.jsx b/ui/component/channelAbout/view.jsx index fad37ee39..956222209 100644 --- a/ui/component/channelAbout/view.jsx +++ b/ui/component/channelAbout/view.jsx @@ -1,4 +1,5 @@ // @flow +import { SIMPLE_SITE } from 'config'; import React, { Fragment } from 'react'; import MarkdownPreview from 'component/common/markdown-preview'; import ClaimTags from 'component/claimTags'; @@ -86,15 +87,15 @@ function ChannelAbout(props: Props) { amount={parseFloat(claim.amount) + parseFloat(claim.meta.support_amount)} precision={8} />{' '} - ( -