mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-19 05:30:56 -05:00
fix: object screen
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user