Skip to content

Commit

Permalink
fix(proposal): remove proposal layout
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenijesavic committed Sep 25, 2023
1 parent d65bd71 commit 3958ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const routes = [
link: { name: 'proposals' }
}
},
layout: 'proposal',
// layout: 'proposal',
title: I18n.t('routes.proposalDetails')
},
component: () => import('pages/proposals/ProposalDetail.vue'),
Expand Down

0 comments on commit 3958ca8

Please sign in to comment.