mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-02 12:27:37 -05:00
fix: styles
This commit is contained in:
@@ -40,7 +40,7 @@ class _IssuePullRequestScreenState extends State<IssuePullRequestScreen> {
|
||||
|
||||
Widget _buildBody(BuildContext context) {
|
||||
if (payload == null) {
|
||||
return Loading();
|
||||
return Loading(more: false);
|
||||
}
|
||||
|
||||
List items = payload['timeline']['nodes'];
|
||||
|
||||
Reference in New Issue
Block a user