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
|
return w1.card.title < w2.card.title ? -1 : 1
|
||||||
})
|
})
|
||||||
.map((w, i) => {
|
.map((w, i) => {
|
||||||
const draggable = w.isConfigured
|
const draggable = w.enabled
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
key={w.name}
|
key={w.name}
|
||||||
|
|
Loading…
Reference in New Issue