Improve MyGroups UI

as per design layed out by @tur2live!
This commit is contained in:
Luke Barnard 2017-10-19 16:18:01 +01:00
parent 21b684381d
commit b0f8619754
3 changed files with 40 additions and 9 deletions

View file

@ -138,6 +138,8 @@ class FlairStore extends EventEmitter {
this._groupProfiles[groupId] = {
groupId,
avatarUrl: profile.avatar_url,
name: profile.name,
shortDescription: profile.short_description,
};
setTimeout(() => {
delete this._groupProfiles[groupId];