fix(frontend): use new but unsaved custom preferences on edit profile page

This commit is contained in:
Sam 2023-04-21 16:50:27 +02:00
parent bd279a7dae
commit 1dc4089cef
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
3 changed files with 11 additions and 26 deletions

View file

@ -67,15 +67,6 @@ export interface Pronoun {
status: string;
}
export enum WordStatus {
Unknown = "",
Favourite = "favourite",
Okay = "okay",
Jokingly = "jokingly",
FriendsOnly = "friends_only",
Avoid = "avoid",
}
export interface PartialMember {
id: string;
name: string;