Skip to content

Commit

Permalink
Merge pull request #1248 from hypersign-protocol/issues#1243
Browse files Browse the repository at this point in the history
fixed bug
  • Loading branch information
Pratap2018 authored May 30, 2022
2 parents ee5dee0 + 0ee9ec6 commit cd3d5d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const router = new Router({
meta: {
requiresAuth: true,
admin: true,
title:'Hyperfyre - Participants',
},
},
{
Expand All @@ -123,6 +124,7 @@ const router = new Router({
meta: {
requiresAuth: true,
admin: true,
title:'Hyperfyre - Events'
},
},
{
Expand Down

0 comments on commit cd3d5d9

Please sign in to comment.