From 623cd72897c4e9a0a96b3402a6abb0009e43e794 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Sun, 27 Aug 2023 07:39:06 +0530 Subject: [PATCH] fix: Update the order of display of the CSAT ratings (#7805) Co-authored-by: Pranav Raj S --- .../components/widgets/UserAvatarWithName.vue | 4 +- .../reports/components/CsatMetrics.vue | 40 +++++-------------- .../settings/reports/components/CsatTable.vue | 2 +- .../__snapshots__/CSATMetrics.spec.js.snap | 2 +- 4 files changed, 14 insertions(+), 34 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/UserAvatarWithName.vue b/app/javascript/dashboard/components/widgets/UserAvatarWithName.vue index 812a0922e..07e3e5ed6 100644 --- a/app/javascript/dashboard/components/widgets/UserAvatarWithName.vue +++ b/app/javascript/dashboard/components/widgets/UserAvatarWithName.vue @@ -1,5 +1,5 @@