fix removing
This commit is contained in:
parent
c7bf1cc573
commit
2af43cc48a
1 changed files with 0 additions and 1 deletions
|
@ -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 }));
|
||||
|
|
Loading…
Reference in a new issue