Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
Signed-off-by: antonnell <[email protected]>
  • Loading branch information
antonnell committed Aug 6, 2021
1 parent 2d84983 commit 0c157f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
"jsx": false
},
"ecmaVersion": 12,
"sourceType": "module"
Expand Down
2 changes: 0 additions & 2 deletions pages/vote/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import React, { useState, useEffect, useCallback } from 'react';
import BigNumber from 'bignumber.js';

import Head from 'next/head';
import Layout from '../../components/layout/layout.js';
import VoteOverview from '../../components/ffVoteOverview';
import CastVote from '../../components/ffVoteCast';
import Gauges from '../../components/ffGauges';

import classes from './vote.module.css';
Expand Down

0 comments on commit 0c157f5

Please sign in to comment.