);
};
diff --git a/web/src/pages/Subscription/index.jsx b/web/src/pages/Subscription/index.jsx
index 623c293..4918311 100644
--- a/web/src/pages/Subscription/index.jsx
+++ b/web/src/pages/Subscription/index.jsx
@@ -22,8 +22,10 @@ import SubscriptionsPage from '../../components/table/subscriptions';
const Subscription = () => {
return (
-
-
+
);
};
diff --git a/web/src/pages/Supplier/Apply/index.jsx b/web/src/pages/Supplier/Apply/index.jsx
index a6e0844..30c6893 100644
--- a/web/src/pages/Supplier/Apply/index.jsx
+++ b/web/src/pages/Supplier/Apply/index.jsx
@@ -112,8 +112,8 @@ const SupplierApplyPage = () => {
if (loading) {
return (
@@ -121,7 +121,8 @@ const SupplierApplyPage = () => {
}
return (
-
);
};
diff --git a/web/src/pages/Supplier/Channel/index.jsx b/web/src/pages/Supplier/Channel/index.jsx
index ab03462..cfd8518 100644
--- a/web/src/pages/Supplier/Channel/index.jsx
+++ b/web/src/pages/Supplier/Channel/index.jsx
@@ -48,7 +48,8 @@ const SupplierChannelContent = () => {
const { t } = useTranslation();
return (
-
+
);
};
@@ -126,7 +128,8 @@ const SupplierChannelPage = () => {
if (!isSupplier()) {
return (
-
+
);
}
diff --git a/web/src/pages/Supplier/Dashboard/index.jsx b/web/src/pages/Supplier/Dashboard/index.jsx
index d034425..6f0ed64 100644
--- a/web/src/pages/Supplier/Dashboard/index.jsx
+++ b/web/src/pages/Supplier/Dashboard/index.jsx
@@ -282,7 +282,8 @@ export default function SupplierDashboardPage() {
if (!canAccess) {
return (
-
+
);
}
return (
-
+
+
@@ -450,6 +453,7 @@ export default function SupplierDashboardPage() {
/>
+
);
}
diff --git a/web/src/pages/Supplier/PricingSettings/index.jsx b/web/src/pages/Supplier/PricingSettings/index.jsx
index 29ed49e..a2888fc 100644
--- a/web/src/pages/Supplier/PricingSettings/index.jsx
+++ b/web/src/pages/Supplier/PricingSettings/index.jsx
@@ -157,7 +157,8 @@ const SupplierPricingSettingsContent = () => {
}, []);
return (
-
+
+
@@ -177,6 +178,7 @@ const SupplierPricingSettingsContent = () => {
+
);
};
@@ -190,7 +192,8 @@ const PricingSettingsPage = () => {
if (!isSupplier()) {
return (
-
+
);
}
diff --git a/web/src/pages/SupplierAdmin/application/index.jsx b/web/src/pages/SupplierAdmin/application/index.jsx
index 559c266..d6d868c 100644
--- a/web/src/pages/SupplierAdmin/application/index.jsx
+++ b/web/src/pages/SupplierAdmin/application/index.jsx
@@ -22,8 +22,10 @@ import SupplierApplicationsPage from '../../../components/table/supplier-applica
const SupplierApplication = () => {
return (
-
-
+
);
};
diff --git a/web/src/pages/SupplierAdmin/list/index.jsx b/web/src/pages/SupplierAdmin/list/index.jsx
index 15cbfa6..719c2c3 100644
--- a/web/src/pages/SupplierAdmin/list/index.jsx
+++ b/web/src/pages/SupplierAdmin/list/index.jsx
@@ -22,8 +22,10 @@ import SuppliersPage from '../../../components/table/suppliers';
const Suppliers = () => {
return (
-
-
+
);
};
diff --git a/web/src/pages/Task/index.jsx b/web/src/pages/Task/index.jsx
index ba7a40e..64e9f6d 100644
--- a/web/src/pages/Task/index.jsx
+++ b/web/src/pages/Task/index.jsx
@@ -21,8 +21,10 @@ import React from 'react';
import TaskLogsTable from '../../components/table/task-logs';
const Task = () => (
-
-
+
);
diff --git a/web/src/pages/Token/index.jsx b/web/src/pages/Token/index.jsx
index 6f07b42..cbabab0 100644
--- a/web/src/pages/Token/index.jsx
+++ b/web/src/pages/Token/index.jsx
@@ -22,8 +22,10 @@ import TokensTable from '../../components/table/tokens';
const Token = () => {
return (
-
-
+
);
};
diff --git a/web/src/pages/User/index.jsx b/web/src/pages/User/index.jsx
index 666a155..a4d05dc 100644
--- a/web/src/pages/User/index.jsx
+++ b/web/src/pages/User/index.jsx
@@ -22,8 +22,10 @@ import UsersTable from '../../components/table/users';
const User = () => {
return (
-