diff --git a/plugins/woocommerce-admin/client/customize-store/design-with-ai/services.ts b/plugins/woocommerce-admin/client/customize-store/design-with-ai/services.ts index 1e8d7771be0..b23e0b9f5df 100644 --- a/plugins/woocommerce-admin/client/customize-store/design-with-ai/services.ts +++ b/plugins/woocommerce-admin/client/customize-store/design-with-ai/services.ts @@ -259,7 +259,8 @@ export const updateStorePatterns = async ( method: 'POST', data: { products_information: product, - last_product: index === response.product_content.length - 1, + last_product: + index === response.product_content.length - 1, }, } ); }