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:
parent
0b57a59392
commit
2914d0c629
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user