Skip to content

Commit c3b9664

Browse files
committed
Fix spelling error
1 parent 004fa5a commit c3b9664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Product/SingleProduct.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const SingleProduct = ({ product }) => {
9494
{product.stockQuantity && (
9595
<p
9696
v-if="data.product.stockQuantity"
97-
class="pt-1 mt-4 mb-4 text-2xl text-gray-900"
97+
className="pt-1 mt-4 mb-4 text-2xl text-gray-900"
9898
>
9999
{product.stockQuantity} på lager
100100
</p>

0 commit comments

Comments
 (0)