diff --git a/src/components/admin/settings/IntegrasiTab.tsx b/src/components/admin/settings/IntegrasiTab.tsx index a0da9f0..928eda9 100644 --- a/src/components/admin/settings/IntegrasiTab.tsx +++ b/src/components/admin/settings/IntegrasiTab.tsx @@ -363,14 +363,6 @@ export function IntegrasiTab() { OAuth2 credentials untuk personal Gmail account. Gunakan tool ini untuk generate refresh token.

- {settings.google_oauth_config && ( - - - - OAuth configured. Calendar ID: {settings.integration_google_calendar_id || 'Not set'} - - - )} - +
+
+
+

{product.title}

+

{product.type}

+
+
+ + +
+
+
+
+ Harga: +
+ {product.sale_price ? ( +
+ {formatIDR(product.sale_price)} + {formatIDR(product.price)} +
+ ) : ( + {formatIDR(product.price)} + )}
-
-
- Harga: -
- {product.sale_price ? ( -
- {formatIDR(product.sale_price)} - {formatIDR(product.price)} -
- ) : ( - {formatIDR(product.price)} - )} -
-
-
- Status: - - {product.is_active ? 'Aktif' : 'Nonaktif'} - -
+
+ Status: + + {product.is_active ? 'Aktif' : 'Nonaktif'} +
- - +
+
))} {products.length === 0 && (