mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +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",
|
key: "render",
|
||||||
value: function() {
|
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, {
|
return _react2.default.createElement(_AppBar2.default, {
|
||||||
position: "static",
|
position: "static",
|
||||||
className: classes.footer
|
className: classes.footer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue