fix: Initials do not display on notification avatars (#5803)
This commit is contained in:
@@ -2,10 +2,10 @@ import { computed, observable } from "mobx";
|
||||
import { TeamPreferenceDefaults } from "@shared/constants";
|
||||
import { TeamPreference, TeamPreferences } from "@shared/types";
|
||||
import { stringToColor } from "@shared/utils/color";
|
||||
import BaseModel from "./BaseModel";
|
||||
import Model from "./base/Model";
|
||||
import Field from "./decorators/Field";
|
||||
|
||||
class Team extends BaseModel {
|
||||
class Team extends Model {
|
||||
@Field
|
||||
@observable
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user