File downloads and refactoring #3918

Merged
kauffj merged 6 commits from file_downloads_and_refactoring into master 2020-04-01 20:43:50 +02:00
3 changed files with 0 additions and 6 deletions
Showing only changes of commit 8fef7b17ac - Show all commits

View file

@ -11,8 +11,6 @@ type Props = {
export default function NagDegradedPerformance(props: Props) {
const { onClose } = props;
return null;
return (
<Nag
type="error"

View file

@ -84,8 +84,6 @@ function OpenInAppLink(props: Props) {
return null;
}
return null;
return (
<Nag
type="helpful"

View file

@ -33,9 +33,7 @@ function FileTitle(props: Props) {
}
body={
<React.Fragment>
{/* @if TARGET='app' */}
<ClaimInsufficientCredits uri={uri} />
{/* @endif */}
<FileSubtitle uri={uri} />
<FileAuthor uri={uri} />
</React.Fragment>