We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16eb29 commit ceff885Copy full SHA for ceff885
src/addon/blog/components/entries/entries.ts
@@ -135,9 +135,7 @@ export class AddonBlogEntriesComponent implements OnInit {
135
this.canLoadMore = result.totalentries > this.entries.length;
136
this.pageLoaded++;
137
138
- this.showMyIssuesToggle = !this.userId && (this.showMyIssuesToggle || this.entries.some((entry) => {
139
- return entry.userid == this.currentUserId;
140
- }));
+ this.showMyIssuesToggle = !this.userId;
141
142
return Promise.all(promises);
143
}).catch((message) => {
0 commit comments