mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -04:00
(bug) fix blank page when accessing existing card in non existing version
This commit is contained in:
parent
bb07c992ff
commit
e6d3bf8b42
@ -6,6 +6,9 @@ export default {
|
||||
computed: {
|
||||
pronounOpinions() {
|
||||
const pronounOpinions = [];
|
||||
if (!this.profile) {
|
||||
return pronounOpinions;
|
||||
}
|
||||
for (let {value: pronoun, opinion} of this.profile.pronouns) {
|
||||
let link = pronoun
|
||||
.trim()
|
||||
|
Loading…
x
Reference in New Issue
Block a user