Skip to content

Commit

Permalink
chore(feed): fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 committed Feb 15, 2020
1 parent 4c85c43 commit 4a461bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/rss-reader/src/app/feed/feed.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class FeedComponent implements OnDestroy, OnInit {
onClickListener: () => {
this.reloadFeed();
}
})
});
this.actionItemService.addActionItem({
title: 'View API response',
icon: 'code',
Expand Down

0 comments on commit 4a461bb

Please sign in to comment.