diff --git a/packages/hoppscotch-ui/src/components/smart/Table.vue b/packages/hoppscotch-ui/src/components/smart/Table.vue index 9624f1c7a..158521ee2 100644 --- a/packages/hoppscotch-ui/src/components/smart/Table.vue +++ b/packages/hoppscotch-ui/src/components/smart/Table.vue @@ -127,9 +127,3 @@ const subtitleColumns = computed(() => const itemSubtitle = (subtitle: string | string[], rowIndex: number) => typeof subtitle === "object" ? subtitle[rowIndex] : subtitle - -