Skip to content

Commit

Permalink
Fix stubborn tab/spacing lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
EtDu committed Jul 5, 2020
1 parent e1c0f24 commit 4f6d250
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/components/Nav/Main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ class Main extends PureComponent {
/**
* Indicates whether third party API mode is enabled
*/
thirdPartyApiMode: PropTypes.bool,
/**
thirdPartyApiMode: PropTypes.bool,
/**
/* Hides or shows dApp transaction modal
*/
toggleDappTransactionModal: PropTypes.func,
Expand All @@ -450,7 +450,6 @@ class Main extends PureComponent {
*/
dappTransactionModalVisible: PropTypes.bool
};

state = {
connected: true,
forceReload: false,
Expand Down

0 comments on commit 4f6d250

Please sign in to comment.