perf: refs #6943 remove comments

This commit is contained in:
Javier Segarra 2024-11-25 22:53:44 +01:00
parent 93cd111dc5
commit dde4c1bd2c
1 changed files with 0 additions and 4 deletions

View File

@ -321,10 +321,6 @@ onUnmounted(() => (stateStore.rightDrawer = false));
<div class="column">
<span v-for="(saleComponent, index) in row.components" :key="index">
{{ toCurrency(saleComponent.value * row.quantity, 'EUR', 3) }}
<!-- <QTooltip>
{{ saleComponent.component?.name }}:
{{ toCurrency(saleComponent.value, 'EUR', 3) }}
</QTooltip> -->
</span>
</div>
</template>