diff --git a/src/showplanner/index.tsx b/src/showplanner/index.tsx index 1cc9883..65810ef 100644 --- a/src/showplanner/index.tsx +++ b/src/showplanner/index.tsx @@ -241,7 +241,6 @@ const Showplanner: React.FC<{ timeslotId: number }> = function({ timeslotId }) { command: "REMOVE", weight: data.index, }); - dispatch(removeItem(timeslotId, data.id)); } async function onCtxUnPlayedClick(e: any, data: { id: string }) { dispatch(setItemPlayed({ itemId: data.id, played: false }));