Put debug back.
This commit is contained in:
parent
dfb170feaa
commit
a82f68e89f
1 changed files with 5 additions and 0 deletions
|
@ -143,6 +143,11 @@ export const Item = memo(function Item({
|
||||||
>
|
>
|
||||||
Explicit
|
Explicit
|
||||||
</small>
|
</small>
|
||||||
|
{showDebug && (
|
||||||
|
<code>
|
||||||
|
{itemId(x)} {"channel" in x && x.channel + "/" + x.weight}
|
||||||
|
</code>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</Draggable>
|
</Draggable>
|
||||||
|
|
Loading…
Reference in a new issue