Skip to content

Commit 9c31ff0

Browse files
committed
fix(report): display report for more than one role
1 parent fa205da commit 9c31ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ux/UserTest/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default [
1919
path: '/userTest/unmoderated/report/:id/:token?',
2020
name: 'UserUnmoderatedReportView',
2121
props: true,
22-
meta: { authorize: [0] },
22+
meta: { authorize: [0, 1] },
2323
component: ReportView,
2424
},
2525
{

0 commit comments

Comments
 (0)