We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fab893 commit 53563edCopy full SHA for 53563ed
sourei/sections/Analytics/Sourei.tsx
@@ -34,9 +34,9 @@ const snippet = () => {
34
...rest,
35
quantity,
36
discount: rounded(discount),
37
- price: rounded(price + discount),
+ price: rounded(price),
38
});
39
- const fixIndex = ({ index, ...rest }: any) => ({ ...rest, index: index + 1 });
+ const fixIndex = ({ index, ...rest }: any) => ({ ...rest, index: index });
40
globalThis.window.DECO.events.subscribe((event) => {
41
if (!event) {
42
return;
0 commit comments