From f48083ca7e235e53fe118ab34800761eb0aa4790 Mon Sep 17 00:00:00 2001 From: Joel Jacob Stephen <70131076+JoelJacobStephen@users.noreply.github.com> Date: Sun, 16 Jul 2023 22:32:32 +0530 Subject: [PATCH] style: removed unnecessary styles --- packages/hoppscotch-ui/src/components/smart/Table.vue | 6 ------ 1 file changed, 6 deletions(-) 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 - -