fix: styles

This commit is contained in:
Rongjian Zhang
2019-02-03 00:28:51 +08:00
parent c047aae099
commit 9ce9589b2c
10 changed files with 207 additions and 207 deletions

View File

@@ -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) {