mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-06-06 11:59:27 +00:00
Simplify expression
This commit is contained in:
parent
bc31089860
commit
85231a288f
@ -205,7 +205,7 @@ function App() {
|
|||||||
<legend>Eth-DM Key Pair</legend>
|
<legend>Eth-DM Key Pair</legend>
|
||||||
<KeyPairHandling
|
<KeyPairHandling
|
||||||
ethDmKeyPair={ethDmKeyPair}
|
ethDmKeyPair={ethDmKeyPair}
|
||||||
setEthDmKeyPair={(keyPair) => setEthDmKeyPair(keyPair)}
|
setEthDmKeyPair={setEthDmKeyPair}
|
||||||
/>
|
/>
|
||||||
<BroadcastPublicKey
|
<BroadcastPublicKey
|
||||||
signer={signer}
|
signer={signer}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user