Fix highlighting of current user in contributor list

Fixes #72

Introduces a helper to determine if a contributor is the current user.
This commit is contained in:
2019-04-03 01:34:39 +02:00
parent 2954955e39
commit 88be3525b5
4 changed files with 56 additions and 5 deletions
-3
View File
@@ -19,9 +19,6 @@ export default EmberObject.extend({
wiki_username: null,
ipfsData: '',
// Deprecated
isCurrentUser: false,
avatarURL: computed('github_uid', function() {
let github_uid = this.github_uid;
if (github_uid) {