Simplify expression

This commit is contained in:
Franck Royer 2021-08-11 15:34:02 +10:00
parent bc31089860
commit 85231a288f
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ function App() {
<legend>Eth-DM Key Pair</legend>
<KeyPairHandling
ethDmKeyPair={ethDmKeyPair}
setEthDmKeyPair={(keyPair) => setEthDmKeyPair(keyPair)}
setEthDmKeyPair={setEthDmKeyPair}
/>
<BroadcastPublicKey
signer={signer}