Browse Source

simplify

pull/30707/head
silverwind 1 week ago
parent
commit
33d4ed973f
No account linked to committer's email address
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      routers/web/repo/editor.go

+ 1
- 3
routers/web/repo/editor.go View File

@@ -419,9 +419,7 @@ func DiffPreviewPost(ctx *context.Context) {
return
}

if diff.NumFiles == 0 {
ctx.Data["File"] = nil
} else {
if diff.NumFiles != 0 {
ctx.Data["File"] = diff.Files[0]
}


Loading…
Cancel
Save