old channel create default bid
This commit is contained in:
parent
d66f2cd604
commit
c91ce52be8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class ChannelCreate extends React.PureComponent<Props, State> {
|
|||
|
||||
this.state = {
|
||||
newChannelName: '',
|
||||
newChannelBid: 0.01,
|
||||
newChannelBid: 0.001,
|
||||
newChannelNameError: '',
|
||||
newChannelBidError: '',
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue