From 2cd923a1d2693402f3f5c2a99271cc4a1a5388ba Mon Sep 17 00:00:00 2001 From: David Sandoz Date: Mon, 20 Dec 2021 19:05:59 +0100 Subject: [PATCH] fix(juniors): add tbody to table Prevents SSR hydration errors --- components/st-category-distribution-table.vue | 66 ++++++++++--------- 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/components/st-category-distribution-table.vue b/components/st-category-distribution-table.vue index f560def1..980ff49c 100644 --- a/components/st-category-distribution-table.vue +++ b/components/st-category-distribution-table.vue @@ -1,42 +1,44 @@