Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(assignee): Fix typo me1 (#2817)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarifibrahim authored Dec 10, 2018
1 parent 69c5ce7 commit 7e086a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ export class ToolbarPanelComponent implements OnInit, AfterViewInit, OnDestroy {
return {
queries: users.filter(u => !u.currentUser).map((user: UserUI) => {return {id: user.id, value: user.username, imageUrl: user.avatar}; }),
primaryQueries: authUser ?
[{id: authUser.id, value: authUser.username + ' (me1)', imageUrl: authUser.avatar}, {id: null, value: 'Unassigned'}] :
[{id: authUser.id, value: authUser.username + ' (me)', imageUrl: authUser.avatar}, {id: null, value: 'Unassigned'}] :
[{id: null, value: 'Unassigned'}]
};
},
Expand Down

0 comments on commit 7e086a6

Please sign in to comment.