mirror of
https://github.com/git-touch/git-touch
synced 2025-02-13 01:50:43 +01:00
fix: files screen error (#184)
This commit is contained in:
parent
af3c1655e4
commit
4f3d47200e
@ -42,7 +42,7 @@ class GhComparisonScreen extends StatelessWidget {
|
|||||||
additions: vs.additions,
|
additions: vs.additions,
|
||||||
deletions: vs.deletions,
|
deletions: vs.deletions,
|
||||||
status: vs.status,
|
status: vs.status,
|
||||||
patch: vs.patch,
|
patch: vs.patch ?? "No text to be shown here",
|
||||||
))
|
))
|
||||||
.toList(),
|
.toList(),
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user