Skip to content

Commit

Permalink
update settings for Navigation path
Browse files Browse the repository at this point in the history
  • Loading branch information
ddabek committed Mar 26, 2020
1 parent e7a43dc commit b24e596
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/wallet/settings.js
@@ -1,12 +1,11 @@
import React from 'react';

import Navigation from '../partials/Navigation';
import Navigation from './Navigation';

import {Row, Col, Container, Button, Table} from 'react-bootstrap';

import {get_chain_info} from '../../utils/safexd_calls';

export default class WalletHome extends React.Component {
export default class Settings extends React.Component {
constructor(props) {
super(props);
this.state = {
Expand All @@ -18,6 +17,8 @@ export default class WalletHome extends React.Component {
}

async componentDidMount() {
console.log("load settings");
console.log(this.props.wallet);

};

Expand Down

0 comments on commit b24e596

Please sign in to comment.