Skip to content

Commit

Permalink
refactor: ♻️ refactor typologies files
Browse files Browse the repository at this point in the history
  • Loading branch information
nutfdt committed May 28, 2024
1 parent 22e054d commit 59cad7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const selectedOptionStep = computed(() => {
})
const options = TYPOLOGIES.revolver?.securingSteps?.steps[1]?.options.concat(TYPOLOGIES.revolver?.securingSteps?.steps[2]?.options)
const matchingOption = options.find(option => option.value.toString() === selectedOptionStep.value.toString())
const matchingOption = options.find(option => option.value.toString() === selectedOptionStep.value)
const selectedOptionVideos = computed(() => {
let selectedOptionVideo = ''
Expand Down

0 comments on commit 59cad7c

Please sign in to comment.