From f5b3ae894c2a92d842305ba30ee87fd1251776c2 Mon Sep 17 00:00:00 2001 From: James Chang Date: Wed, 21 Apr 2021 09:38:45 -0400 Subject: [PATCH] Fix bug with userColumn popover menu where the profile was not opening correctly --- frontend/components/table/common/userColumn.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/table/common/userColumn.vue b/frontend/components/table/common/userColumn.vue index 0ecf05d..99383e3 100644 --- a/frontend/components/table/common/userColumn.vue +++ b/frontend/components/table/common/userColumn.vue @@ -104,7 +104,7 @@ export default { methods: { openProfile() { - goToPage(this, 'user', 'i-record', this.currentValue.id, true) + goToPage(this, 'user', 'i-view', this.currentValue.id, true) }, openWCAProfile(wcaId) {