Skip to content

Commit

Permalink
refactor: ♻️ refactor revolver file
Browse files Browse the repository at this point in the history
  • Loading branch information
nutfdt committed May 27, 2024
1 parent 40fb978 commit d3ef223
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ const selectedOptionStep = computed(() => {
return stepsStore.currentOptionStep['1']
})
const selectedOptionStepValue = selectedOptionStep.value
const selectedOptionVideos = computed(() => {
const optionsStep1 = TYPOLOGIES.revolver?.securingSteps?.steps[1]?.options
const optionsStep2 = TYPOLOGIES.revolver?.securingSteps?.steps[2]?.options
Expand Down Expand Up @@ -66,9 +64,6 @@ const selectedOptionTexts = computed(() => {
return selectedOptionText
})
console.log(TYPOLOGIES[typology]?.securingSteps?.steps[2]?.options)
console.log(selectedOptionStepValue)
</script>

<template>
Expand Down

0 comments on commit d3ef223

Please sign in to comment.