diff --git a/packages/hoppscotch-sh-admin/src/pages/users/index.vue b/packages/hoppscotch-sh-admin/src/pages/users/index.vue index 9bc24dcf2..fc8ce22b9 100644 --- a/packages/hoppscotch-sh-admin/src/pages/users/index.vue +++ b/packages/hoppscotch-sh-admin/src/pages/users/index.vue @@ -33,7 +33,6 @@
- - - - - + + + + + + - - - - - - -
- - {{ rowData[cellHeading.key] ?? "-" }} - -
-
- - + + +
- {{ th.label ?? th.key }} -
+ {{ th.label ?? th.key }} +
+
+ + + +
+ + {{ rowData[cellHeading.key] ?? "-" }} + +
+
+
@@ -59,8 +58,6 @@ defineProps<{ list: Item[] /** The headings of the table */ headings: CellHeading[] - /** The styles to be applied to the table cells */ - cellStyles?: string }>() const emit = defineEmits<{