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 9b08413 commit 9128b75Copy full SHA for 9128b75
refactor/src/components/Product/SingleProduct.component.tsx
@@ -16,7 +16,7 @@ import LoadingSpinner from '@/components/LoadingSpinner/LoadingSpinner.component
16
*/
17
const SingleProduct = ({ product }: any) => {
18
const [isLoading, setIsLoading] = useState<boolean>(true);
19
- const [selectedVariation, setSelectedVariation] = useState<string>();
+ const [selectedVariation, setSelectedVariation] = useState<number>();
20
let DESCRIPTION_WITHOUT_HTML;
21
22
useEffect(() => {
0 commit comments