This was the wrong way around

This commit is contained in:
Core 2021-12-14 18:09:01 +00:00
parent 6143266965
commit f78c0180c1

View file

@ -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>