Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VariableVic committed Nov 22, 2024
1 parent 683dc8e commit f38f0a4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/modules/cart/components/item/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,7 @@ const Item = ({ item, type = "full" }: ItemProps) => {
<LineItemUnitPrice item={item} style="tight" />
</span>
)}
<LineItemPrice
item={item}
style="tight"
currencyCode={item.region?.currency_code}
/>
<LineItemPrice item={item} style="tight" />
</span>
</Table.Cell>
</Table.Row>
Expand Down

0 comments on commit f38f0a4

Please sign in to comment.