Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #52 from eosdac/add-financials-menu
Browse files Browse the repository at this point in the history
Add the financials menu back in.
  • Loading branch information
piecesnbits authored Apr 30, 2019
2 parents 29cdca1 + 05192ab commit 76c4277
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions src/components/controls/menus/custodian-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
class="text-text1 text-weight-light"
/>
</q-item>
<!--
<q-item
class="q-pl-lg animate-fade"
link
Expand All @@ -52,7 +51,6 @@
class="text-text1 text-weight-light"
/>
</q-item>
-->
</div>
</q-collapsible>

Expand Down Expand Up @@ -85,6 +83,7 @@
class="text-text1 text-weight-light"
/>
</q-item>
-->
<q-item
class="q-pl-lg animate-fade"
link
Expand All @@ -95,7 +94,6 @@
class="text-text1 text-weight-light"
/>
</q-item>
-->
</div>
</q-collapsible>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/controls/menus/main-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default {
name: "MainMenu",
components: {
custodianMenu,
// memberMenu,
// memberMenu,
devMenu,
menuExtension
},
Expand Down
4 changes: 1 addition & 3 deletions src/router/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,12 @@ let routes = [
component: () => import("pages/custodian/my-payments"),
beforeEnter: Guards.custodianCheck
},
/*
{
path: "dac-financials",
component: () => import("pages/custodian/dac-financials")
}
*/
]
/*
/*
},
{
path: "/member",
Expand Down

0 comments on commit 76c4277

Please sign in to comment.