+
+ { variation.attributes.map( ( attribute ) => (
+ /* eslint-disable-next-line @typescript-eslint/ban-ts-comment */
+ /* @ts-ignore Additional props are not required. */
+
+ ) ) }
+
+
+ { formatAmount( variation.price ) }
+
+
+ { getProductStockStatus( variation ) }
+
+
+ ) ) }
+