re-enable reposts for SIMPLE_SITE
This commit is contained in:
parent
fa2d69f943
commit
51d8d85c60
2 changed files with 16 additions and 16 deletions
|
@ -56,7 +56,6 @@ function FileActions(props: Props) {
|
|||
onClick={() => openModal(MODALS.SOCIAL_SHARE, { uri, webShareable })}
|
||||
/>
|
||||
|
||||
{!SIMPLE_SITE && (
|
||||
<div className="button-group">
|
||||
<Button
|
||||
button="alt"
|
||||
|
@ -74,7 +73,7 @@ function FileActions(props: Props) {
|
|||
/>
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
|
||||
<ClaimSupportButton uri={uri} />
|
||||
</>
|
||||
);
|
||||
|
|
|
@ -92,7 +92,8 @@ function DiscoverPage(props: Props) {
|
|||
return (
|
||||
<Page noFooter fullWidthPage={tileLayout}>
|
||||
<ClaimListDiscover
|
||||
tileLayout={tileLayout}
|
||||
header={<span />}
|
||||
tileLayout={repostedUri ? false : tileLayout}
|
||||
claimType={claimType ? [claimType] : undefined}
|
||||
headerLabel={headerLabel}
|
||||
tags={tags}
|
||||
|
|
Loading…
Add table
Reference in a new issue