mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-26 10:37:40 -05:00
fix: started -> starred
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user