Fix draggable

This commit is contained in:
ekzyis 2024-07-07 09:50:51 +02:00
parent 7528e5c2b6
commit bd0e4d906c
1 changed files with 1 additions and 1 deletions

View File

@ -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}