Skip to content

Commit

Permalink
Remove unused code in Tier.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Mar 11, 2024
1 parent 4134c60 commit 8eba287
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/Block/Tier.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ const { data: block } = useAsyncData(props.uuid, () =>
}),
),
);
const priceValue = computed(() => unref(block)?.price.split(' ')[0]);
const priceText = computed(() => unref(block)?.price.substring(unref(priceValue)?.length ?? 0));
</script>

<template>
Expand Down

0 comments on commit 8eba287

Please sign in to comment.