mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
#50 pronouns cards - fix
This commit is contained in:
parent
b8b69d2c92
commit
5584d6fd0e
@ -122,7 +122,7 @@
|
||||
pronouns: dictToList(profile.pronouns),
|
||||
description: profile.description,
|
||||
birthday: profile.birthday,
|
||||
links: profile.links,
|
||||
links: Object.keys(profile.links).length ? profile.links : [],
|
||||
flags: dictToList(profile.flags),
|
||||
words: profile.words.map(x => dictToList(x)),
|
||||
};
|
||||
@ -139,7 +139,7 @@
|
||||
pronouns: {},
|
||||
description: '',
|
||||
birthday: profile.birthday,
|
||||
links: profile.links,
|
||||
links: Object.keys(profile.links).length ? profile.links : [],
|
||||
flags: dictToList(profile.flags),
|
||||
words: defaultWords,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user