mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 20:54: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: {
|
computed: {
|
||||||
pronounOpinions() {
|
pronounOpinions() {
|
||||||
const pronounOpinions = [];
|
const pronounOpinions = [];
|
||||||
|
if (!this.profile) {
|
||||||
|
return pronounOpinions;
|
||||||
|
}
|
||||||
for (let {value: pronoun, opinion} of this.profile.pronouns) {
|
for (let {value: pronoun, opinion} of this.profile.pronouns) {
|
||||||
let link = pronoun
|
let link = pronoun
|
||||||
.trim()
|
.trim()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user