From f233c511cc0c15a89aa16b1daa88384dbfc0aa00 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Tue, 27 Jul 2021 10:12:29 -0500 Subject: [PATCH] fix(teams): layout issues, error, change timezone format --- .../group-plans/taskInformation.vue | 88 ++++++++++--------- website/client/src/components/tasks/user.vue | 9 +- website/server/controllers/api-v3/groups.js | 5 +- 3 files changed, 54 insertions(+), 48 deletions(-) diff --git a/website/client/src/components/group-plans/taskInformation.vue b/website/client/src/components/group-plans/taskInformation.vue index e6c1197b14..9a542fc149 100644 --- a/website/client/src/components/group-plans/taskInformation.vue +++ b/website/client/src/components/group-plans/taskInformation.vue @@ -1,5 +1,8 @@