File downloads and refactoring #3918
3 changed files with 0 additions and 6 deletions
|
@ -11,8 +11,6 @@ type Props = {
|
|||
export default function NagDegradedPerformance(props: Props) {
|
||||
const { onClose } = props;
|
||||
|
||||
return null;
|
||||
|
||||
return (
|
||||
<Nag
|
||||
type="error"
|
||||
|
|
|
@ -84,8 +84,6 @@ function OpenInAppLink(props: Props) {
|
|||
return null;
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
return (
|
||||
<Nag
|
||||
type="helpful"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue