diff --git a/src/components/05_quotation/QuotationCard.vue b/src/components/05_quotation/QuotationCard.vue index ee5be4b2..d0db2d8b 100644 --- a/src/components/05_quotation/QuotationCard.vue +++ b/src/components/05_quotation/QuotationCard.vue @@ -4,7 +4,6 @@ import { formatNumberDecimal } from 'src/stores/utils'; import BadgeComponent from 'components/BadgeComponent.vue'; import KebabAction from '../shared/KebabAction.vue'; import MainButton from '../button/MainButton.vue'; -import { onMounted } from 'vue'; defineProps<{ title?: string; @@ -31,7 +30,7 @@ defineEmits<{ (e: 'preview'): void; }>(); -const rand = Math.random() * 2; +const rand = Math.random();