mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-03 10:09:07 -05:00
fix: styles
This commit is contained in:
@@ -65,8 +65,8 @@ class TimelineItem extends StatelessWidget {
|
||||
Widget _buildByType(BuildContext context) {
|
||||
switch (item['__typename']) {
|
||||
case 'IssueComment':
|
||||
return Text('comment');
|
||||
// return CommentItem(item);
|
||||
// return Text('comment');
|
||||
return CommentItem(item);
|
||||
case 'ReferencedEvent':
|
||||
// TODO: isCrossRepository
|
||||
if (item['commit'] == null) {
|
||||
|
||||
Reference in New Issue
Block a user