mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-21 00:40:09 +00:00
feat: render 24 autocomplete inputs
This commit is contained in:
parent
295c25e582
commit
e8f55ba18d
@ -1,7 +1,11 @@
|
||||
import AutocompleteInput from './AutocompleteInput'
|
||||
|
||||
const ConfirmRecoveryPhrase = () => {
|
||||
return (
|
||||
<div>
|
||||
{Array.from({ length: 24 }).map((_, index) => (
|
||||
<AutocompleteInput key={index} index={index} />
|
||||
))}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user