Skip to content

Commit

Permalink
chore(meta): removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
vimercati-samir committed Apr 13, 2022
1 parent ee9eae1 commit c0cc54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/setup/privacy/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { validURL } from '~/libraries/ui/Common'
export default Vue.extend({
name: 'PrivacyScreen',
computed: {
...mapState(['settings', 'meta']),
...mapState(['settings']),
},
methods: {
async generateWallet() {
Expand Down

0 comments on commit c0cc54c

Please sign in to comment.