Remove loadshow index error.

This commit is contained in:
Matthew Stratford 2021-04-17 14:21:50 +01:00
parent 68b5091b58
commit b8a9b7fba5

View file

@ -38,6 +38,7 @@ export function LoadShowDialogue(close: any) {
<ul>
{items.map((item, index) => (
<li
key={index}
onClick={() => {
sendBAPSicleChannel({
command: "GET_PLAN",