Fix draggable
This commit is contained in:
parent
7528e5c2b6
commit
bd0e4d906c
|
@ -82,7 +82,7 @@ export default function Wallet ({ ssrData }) {
|
|||
return w1.card.title < w2.card.title ? -1 : 1
|
||||
})
|
||||
.map((w, i) => {
|
||||
const draggable = w.isConfigured
|
||||
const draggable = w.enabled
|
||||
return (
|
||||
<div
|
||||
key={w.name}
|
||||
|
|
Loading…
Reference in New Issue