fix: files screen error (#184)

This commit is contained in:
Shreyas Thirumalai 2021-02-02 20:13:15 +05:30 committed by GitHub
parent af3c1655e4
commit 4f3d47200e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class GhComparisonScreen extends StatelessWidget {
additions: vs.additions,
deletions: vs.deletions,
status: vs.status,
patch: vs.patch,
patch: vs.patch ?? "No text to be shown here",
))
.toList(),
);