Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
colw committed Aug 7, 2019
1 parent 5c09ac6 commit 177b26d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/network/PageNetwork.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ export default {
`connected`,
`lastHeader`,
`delegates`,
,
`bondDenom`,
`blocks`
]),
Expand Down
2 changes: 1 addition & 1 deletion src/components/staking/LiValidator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</template>

<script>
import { mapState, mapGetters } from "vuex"
import { mapState } from "vuex"
import num from "scripts/num"
import Bech32 from "common/Bech32"
import BN from "bignumber.js"
Expand Down

0 comments on commit 177b26d

Please sign in to comment.