removed unnecessary y
This commit is contained in:
parent
dc2dfff148
commit
fe7b5eb4e0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class App extends React.Component {
|
|||
lbry.balanceSubscribe((balance) => {
|
||||
this.props.updateBalance(balance)
|
||||
})
|
||||
}y
|
||||
}
|
||||
|
||||
render() {
|
||||
const {
|
||||
|
|
Loading…
Add table
Reference in a new issue