mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 20:06:33 +00:00
fix: change default value to isPairing
This commit is contained in:
parent
820e1c9fb0
commit
a831e1f88d
@ -15,7 +15,7 @@ import Icon from '../../components/General/Icon'
|
||||
const PairDevice = () => {
|
||||
const [isAwaitingPairing, setIsAwaitingPairing] = useState(false)
|
||||
const isPaired = false
|
||||
const isPairing = true
|
||||
const isPairing = false
|
||||
|
||||
const changeSetIsAwaitingPairing = (result: boolean) => {
|
||||
setIsAwaitingPairing(result)
|
||||
|
Loading…
x
Reference in New Issue
Block a user