mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
dashboard: remove bundle.js
This commit is contained in:
parent
dc46748ce3
commit
8cfb146d31
3 changed files with 2 additions and 38147 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -38,4 +38,4 @@ profile.cov
|
|||
/dashboard/assets/flow-typed
|
||||
/dashboard/assets/node_modules
|
||||
/dashboard/assets/stats.json
|
||||
/dashboard/assets/public/bundle.js
|
||||
/dashboard/assets/bundle.js
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -47,7 +47,7 @@ const deepCopy = (prev: mixed) => {
|
|||
//
|
||||
// Since the messages have the same shape as the state content, this approach allows
|
||||
// the generalization of the message handling. The only necessary thing is to set a
|
||||
// handler function for every path of the state in order to maximalize the flexibility
|
||||
// handler function for every path of the state in order to maximize the flexibility
|
||||
// of the update.
|
||||
const deepUpdate = (prev: mixed, update: mixed, handler: mixed) => {
|
||||
if (typeof update === 'undefined') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue