Skip to content

Commit

Permalink
run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mradkov committed May 29, 2020
1 parent c526d62 commit ff12e6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/layout/RightSection.vue
Expand Up @@ -42,21 +42,17 @@
import { mapGetters, mapActions } from 'vuex';
import { detect } from 'detect-browser';
import BigNumber from 'bignumber.js';
import AeAmount from '../AeAmount.vue';
import AeAmountFiat from '../AeAmountFiat.vue';
import Topic from '../tipRecords/Topic.vue';
import FooterSection from './FooterSection.vue';
import Dropdown from '../Dropdown.vue';
import SearchInput from './SearchInput.vue';
export default {
name: 'RightSection',
components: {
Topic,
AeAmount,
AeAmountFiat,
FooterSection,
Dropdown,
SearchInput,
},
data() {
Expand Down

0 comments on commit ff12e6b

Please sign in to comment.