mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-10 20:49:44 +00:00
Typo
This commit is contained in:
parent
cb19a5dba5
commit
28905347f8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ var claimCodePageStyle = {
|
||||||
var ClaimCodePage = React.createClass({
|
var ClaimCodePage = React.createClass({
|
||||||
getInitialState: function() {
|
getInitialState: function() {
|
||||||
return {
|
return {
|
||||||
i submitting: false,
|
submitting: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handleSubmit: function() {
|
handleSubmit: function() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue