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) {