Put debug back.

This commit is contained in:
Matthew Stratford 2021-01-30 18:33:15 +00:00
parent dfb170feaa
commit a82f68e89f

View file

@ -143,6 +143,11 @@ export const Item = memo(function Item({
>
Explicit
</small>
{showDebug && (
<code>
{itemId(x)} {"channel" in x && x.channel + "/" + x.weight}
</code>
)}
</div>
)}
</Draggable>