We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b539a commit bdff2f7Copy full SHA for bdff2f7
src/components/common/Diff/Diff.tsx
@@ -385,7 +385,7 @@ function BackstageDiffView({
385
386
if (
387
(!showDiff && newPath === '.yarn/plugins/@yarnpkg/plugin-backstage.cjs') ||
388
- newPath.startsWith('./yarn/releases/')
+ newPath.startsWith('.yarn/releases/')
389
) {
390
return (
391
<Card
@@ -397,10 +397,7 @@ function BackstageDiffView({
397
}}
398
>
399
<Button onClick={() => setShowDiff(true)}>Show diff</Button>
400
- <Typography>
401
- The diff of this file for the Backstage Yarn plugin is hidden by
402
- default.
403
- </Typography>
+ <Typography>The diff of this file is hidden by default.</Typography>
404
</Card>
405
)
406
}
0 commit comments