1
0
mirror of https://github.com/git-touch/git-touch synced 2025-03-04 19:27:40 +01:00

fix: started -> starred

This commit is contained in:
Rongjian Zhang 2019-03-13 22:14:30 +08:00
parent 0b57a59392
commit 2914d0c629

View File

@ -278,10 +278,7 @@ class EventItem extends StatelessWidget {
case 'WatchEvent':
return _buildItem(
context: context,
spans: [
TextSpan(text: ' ${event.payload['action']} '),
_buildRepo(context)
],
spans: [TextSpan(text: ' starred '), _buildRepo(context)],
iconData: Octicons.star,
);
default: