mirror of
https://github.com/git-touch/git-touch
synced 2025-01-31 08:04:51 +01:00
fix: object screen
This commit is contained in:
parent
0d164904f1
commit
87bb4d5513
@ -189,9 +189,9 @@ class ObjectScreen extends StatelessWidget {
|
||||
bodyBuilder: (payload) {
|
||||
switch (type) {
|
||||
case 'tree':
|
||||
return _buildTree(payload);
|
||||
return _buildTree(payload.data);
|
||||
case 'blob':
|
||||
return _buildBlob(context, payload);
|
||||
return _buildBlob(context, payload.data);
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user