diff --git a/components/menu/MenuViewRights.vue b/components/menu/MenuViewRights.vue
index 2ab10fb..396ae29 100644
--- a/components/menu/MenuViewRights.vue
+++ b/components/menu/MenuViewRights.vue
@@ -25,8 +25,8 @@
{{ v[$store.lang] }}
-
-
+
+
", props.row);
-
const isVietnamese = computed(() => $store.lang.toLowerCase() === "vi");
const options = [
@@ -116,10 +114,6 @@ const options = [
];
const option = ref("limit");
-const view = computed(() => {
- return options.find((o) => o.code === option.value);
-});
-
const topmenu = ref([]);
let loanRights = [];