Updated all long style names to be more compact
• Updated: - all long style names to be more compact
This commit is contained in:
@@ -89,7 +89,7 @@ class Avatar extends ImmutablePureComponent {
|
||||
|
||||
const isPro = !!account ? account.get('is_pro') : false
|
||||
const alt = !account ? '' : `${account.get('display_name')} ${isPro ? '(PRO)' : ''}`.trim()
|
||||
const classes = [_s.default, _s.circle, _s.overflowHidden]
|
||||
const classes = [_s._, _s.circle, _s.overflowHidden]
|
||||
if (isPro) {
|
||||
classes.push(_s.boxShadowAvatarPro)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user