mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-13 19:11:01 +00:00
Bump dev (incl. eslint fixes) (#302)
* Bump dev (incl. eslint fixes) * Ordering fixes
This commit is contained in:
@@ -40,8 +40,8 @@ class KeyringOption implements KeyringOptionInstance {
|
||||
|
||||
public createOptionHeader (name: string): KeyringSectionOption {
|
||||
return {
|
||||
name,
|
||||
key: `header-${name.toLowerCase()}`,
|
||||
name,
|
||||
value: null
|
||||
};
|
||||
}
|
||||
@@ -131,9 +131,9 @@ class KeyringOption implements KeyringOptionInstance {
|
||||
return {
|
||||
account: [],
|
||||
address: [],
|
||||
contract: [],
|
||||
all: [],
|
||||
allPlus: [],
|
||||
contract: [],
|
||||
recent: [],
|
||||
testing: []
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user