// eslint-disable-next-line const preact = require('preact'); function renderSpawnButton({ account, sendCrypSpawn }) { let name = ''; if (!account) return
...
; return (
(name = e.target.value)} />
); } module.exports = renderSpawnButton;