Skip to content

Commit

Permalink
Fix bug with userColumn popover menu where the profile was not openin…
Browse files Browse the repository at this point in the history
…g correctly
  • Loading branch information
big213 committed Apr 21, 2021
1 parent cf1ee31 commit f5b3ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/table/common/userColumn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f5b3ae8

Please sign in to comment.