- The fix is in! Linty fresh and pretty...
This commit is contained in:
@@ -29,8 +29,8 @@ export default class Profile extends Record({
|
||||
}
|
||||
|
||||
get initials() {
|
||||
const firstInitial = this.firstName ? this.firstName.substring(0,1) : null;
|
||||
const lastInitial = this.firstName ? this.firstName.substring(0,1) : null;
|
||||
const firstInitial = this.firstName ? this.firstName.substring(0, 1) : null;
|
||||
const lastInitial = this.firstName ? this.firstName.substring(0, 1) : null;
|
||||
|
||||
if (!firstInitial && !lastInitial) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user