bugfixing
This commit is contained in:
parent
2fa6443506
commit
cd90bbf2f8
@ -1279,7 +1279,7 @@
|
|||||||
<div
|
<div
|
||||||
class="relative flex items-center justify-end"
|
class="relative flex items-center justify-end"
|
||||||
>
|
>
|
||||||
{#if item?.previous !== null && item?.previous !== undefined && item?.previous !== item[row?.rule]}
|
{#if item?.previous !== null && item?.previous !== undefined && item?.previous !== item[row?.rule] && row?.rule === "price"}
|
||||||
<span
|
<span
|
||||||
class="absolute h-1 w-1 right-12 sm:right-14 bottom-0 -top-1"
|
class="absolute h-1 w-1 right-12 sm:right-14 bottom-0 -top-1"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user