Initial v0.46.0 changes - Fixed BN9 bugs. Rebalanced BN11 and Corporations. Added memory to Dup sleeves. Various bug fixes

This commit is contained in:
danielyxie
2019-03-27 01:36:14 -07:00
parent 83fc4d81b2
commit c4cb7daac5
38 changed files with 579 additions and 209 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export class StdButton extends React.Component<IStdButtonProps, any> {
return (
<button className={className} onClick={this.props.onClick} style={this.props.style}>
{this.props.text};
{this.props.text}
</button>
)
}