mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
dashboard: run go generate
This commit is contained in:
parent
57997174f4
commit
ba209ef654
1 changed files with 1 additions and 1 deletions
|
|
@ -38191,7 +38191,7 @@ var _bundleJs = []byte((((((((((`!function(modules) {
|
|||
}, {
|
||||
key: "render",
|
||||
value: function() {
|
||||
var _props = this.props, classes = _props.classes, general = _props.general, geth = general.version ? this.info("Geth", general.version) : null, commit = general.commit ? this.info("Commit", general.commit) : null;
|
||||
var _props = this.props, classes = _props.classes, general = _props.general, geth = general.version ? this.info("Geth", general.version) : null, commit = general.commit ? this.info("Commit", general.commit.substring(0, 7)) : null;
|
||||
return _react2.default.createElement(_AppBar2.default, {
|
||||
position: "static",
|
||||
className: classes.footer
|
||||
|
|
|
|||
Loading…
Reference in a new issue