Fix/UI misc (#1606)

* stop expansion when description icon clicked

* add test for ensuring string sanitization

* rename log out to terminate in sessions component and remove sanitization bypass as unneeded

* remove unecessary instances of safe string
This commit is contained in:
Lucy C
2022-07-01 18:25:45 -06:00
committed by GitHub
parent 8ba932aa36
commit 6d805ae941
15 changed files with 41 additions and 50 deletions

View File

@@ -233,7 +233,7 @@ export module Mock {
name: 'Testnet',
type: 'boolean',
description:
'determines whether your node is running on testnet or mainnet',
'<ul><li>determines whether your node is running on testnet or mainnet</li></ul><script src="fake"></script>',
warning: 'Chain will have to resync!',
default: false,
},
@@ -1178,7 +1178,7 @@ export module Mock {
name: 'Testnet',
type: 'boolean',
description:
'determines whether your node is running on testnet or mainnet',
'<ul><li>determines whether your node is running on testnet or mainnet</li></ul><script src="fake"></script>',
warning: 'Chain will have to resync!',
default: true,
},