Skip to content

Commit

Permalink
rm unused
Browse files Browse the repository at this point in the history
  • Loading branch information
PluharVit committed Oct 24, 2022
1 parent 04da5bb commit 62500e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/PlanningTool.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ class PlanningTool extends Component {
* Event handler when dragging an item
*/
handleItemDrag = ({eventType, itemId, time, edge, newGroupOrder}) => {
const {items} = this.state
let item = this.state.draggedItem ? this.state.draggedItem.item : undefined
if (!item) {
item = this.state.items.find(i => i.id === itemId)
Expand Down

0 comments on commit 62500e6

Please sign in to comment.