diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue
index 504abbd7..d610dd3f 100644
--- a/src/pages/04_product-service/MainPage.vue
+++ b/src/pages/04_product-service/MainPage.vue
@@ -2458,56 +2458,26 @@ watch(
:class="{ 'q-pt-xs': $q.screen.lt.md }"
style="white-space: nowrap"
>
-
-
-
- {
- currentStatus = 'All';
- await fetchStatus();
- }
- "
- >
- {{ $t('all') }}
-
- {
- currentStatus = 'ACTIVE';
- await fetchStatus();
- }
- "
- >
- {{ $t('statusACTIVE') }}
-
- {
- currentStatus = 'INACTIVE';
- await fetchStatus();
- }
- "
- >
- {{ $t('statusINACTIVE') }}
-
-
-
-
+