mirror of https://github.com/status-im/js-waku.git
Simplify expression
This commit is contained in:
parent
bc31089860
commit
85231a288f
|
@ -205,7 +205,7 @@ function App() {
|
|||
<legend>Eth-DM Key Pair</legend>
|
||||
<KeyPairHandling
|
||||
ethDmKeyPair={ethDmKeyPair}
|
||||
setEthDmKeyPair={(keyPair) => setEthDmKeyPair(keyPair)}
|
||||
setEthDmKeyPair={setEthDmKeyPair}
|
||||
/>
|
||||
<BroadcastPublicKey
|
||||
signer={signer}
|
||||
|
|
Loading…
Reference in New Issue