-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
Description
With changes to #1533 we use a single avatar component everywhere except for the user tooltip in files list. we have another avatar component that (UserAvatar) that is identical, except that it takes user rating into consideration (and it's used in files list only). IMO we don't care about user ratings and it would be ok to just remove this redundant component and use a single avatar component everywhere. @vikasrohit @vic-topcoder ?