This was the wrong way around
This commit is contained in:
parent
6143266965
commit
f78c0180c1
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
|||
{{ data.attributes.origin }}
|
||||
</div>
|
||||
<div v-if="data.attributes.bornOrFormed">
|
||||
<h3>{{ data.attributes.isGroup ? "Born" : "Formed" }}</h3>
|
||||
<h3>{{ data.attributes.isGroup ? "Formed" : "Born" }}</h3>
|
||||
{{ data.attributes.bornOrFormed }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue