We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004fa5a commit c3b9664Copy full SHA for c3b9664
components/Product/SingleProduct.component.jsx
@@ -94,7 +94,7 @@ const SingleProduct = ({ product }) => {
94
{product.stockQuantity && (
95
<p
96
v-if="data.product.stockQuantity"
97
- class="pt-1 mt-4 mb-4 text-2xl text-gray-900"
+ className="pt-1 mt-4 mb-4 text-2xl text-gray-900"
98
>
99
{product.stockQuantity} på lager
100
</p>
0 commit comments