Showing boobs enhancement in bio if bust field is missing.
This commit is contained in:
parent
5ffc865c00
commit
5dc829674a
|
|
@ -155,7 +155,7 @@
|
||||||
|
|
||||||
<li
|
<li
|
||||||
v-if="actor.naturalLips === false || actor.naturalLabia === false
|
v-if="actor.naturalLips === false || actor.naturalLabia === false
|
||||||
|| actor.boobsVolume || actor.boobsPlacement || actor.boobsIncision || actor.boobsImplant
|
|| (actor.naturalBoobs === false && !actor.bust) || actor.boobsVolume || actor.boobsPlacement || actor.boobsIncision || actor.boobsImplant
|
||||||
|| actor.buttVolume || actor.buttImplant"
|
|| actor.buttVolume || actor.buttImplant"
|
||||||
class="bio-item augmentations hideable"
|
class="bio-item augmentations hideable"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue