Skip to content

Commit

Permalink
subscribtion fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Jun 9, 2022
1 parent c856a79 commit 814098e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ router.beforeEach((to, from, next) => {
if (
to.meta.admin &&
!json.message.isSubscribed &&
(to.path != "/admin/subscription" || to.path!='/admin/dashboard')
(to.path != "/admin/subscription" || to.path != "/admin/dashboard")
) {
eventBus.$emit("UpdateAdminNav", false);
next({
Expand Down

0 comments on commit 814098e

Please sign in to comment.