last el fix
Deploy / build_and_push_images (push) Successful in 1m28s Details
Deploy / deploy_to_server_dev (push) Successful in 33s Details

This commit is contained in:
Kseninia Mikhaylova 2024-09-30 13:57:32 +03:00
parent 32b6702efd
commit f4d16895fe
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const show_pillar_two = ref(true)
const setPillarValues = () => {
extra.value = getExtraValue()
if (extra_section.value && props.last_element) {
if (extra_section.value && props.last_element && !props.first_element) {
pillar_one_pos.value = (extra.value as number) * -0.5
pillar_two_pos.value = (extra.value as number) * 0.5 + pillar_size
} else {