mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
#50 pronouns cards - fix
This commit is contained in:
parent
5584d6fd0e
commit
af9514c0af
@ -136,7 +136,7 @@
|
||||
const profile = profiles[locale];
|
||||
return {
|
||||
names: dictToList(profile.names),
|
||||
pronouns: {},
|
||||
pronouns: [],
|
||||
description: '',
|
||||
birthday: profile.birthday,
|
||||
links: Object.keys(profile.links).length ? profile.links : [],
|
||||
@ -146,12 +146,12 @@
|
||||
}
|
||||
|
||||
return {
|
||||
names: {},
|
||||
pronouns: {},
|
||||
names: [],
|
||||
pronouns: [],
|
||||
description: '',
|
||||
birthday: null,
|
||||
links: {},
|
||||
flags: {},
|
||||
links: [],
|
||||
flags: [],
|
||||
words: defaultWords,
|
||||
};
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user