File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
app/pages/Auction/BidActionPanel Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.2.8] - 2020-03-17
9
+ ### Fixed
10
+ - Fixed a crash when names transitioned from the bidding to revealing state
11
+
8
12
## [ 0.2.7] - 2020-03-16
9
13
### Added
10
14
- Added an additional warning to the reset screen to highlight how bids need to be re-imported after deleting a wallet
Original file line number Diff line number Diff line change @@ -164,8 +164,8 @@ class Reveal extends Component {
164
164
165
165
return (
166
166
< div className = "domains__bid-now__info__warning" >
167
- You will lose { displayBalance ( totalMasks , true ) } if you don't reveal before
168
- < Blocktime height = { this . props . domain . stats . revealPeriodEnd } format = "ll" />
167
+ You will lose { displayBalance ( totalMasks , true ) } if you don't reveal before{ ' ' }
168
+ < Blocktime height = { this . props . domain . info . stats . revealPeriodEnd } format = "ll" />
169
169
</ div >
170
170
) ;
171
171
}
Original file line number Diff line number Diff line change 2
2
"name" : " bob-wallet" ,
3
3
"productName" : " Bob" ,
4
4
"author" : " Kyokan Group, Inc." ,
5
- "version" : " 0.2.7 " ,
5
+ "version" : " 0.2.8 " ,
6
6
"description" : " A Handshake wallet and auction manager." ,
7
7
"scripts" : {
8
8
"build" : " ./scripts/package.sh" ,
You can’t perform that action at this time.
0 commit comments