Skip to content

Commit

Permalink
removing TODO as it is done
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed May 6, 2024
1 parent d96611e commit 6760c13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/base-floating-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default function BaseFloatingDialog({ title, dialogObject, dataKey, dataL
// if there was a data key defined, use it
if (dataKey !== undefined) {
// remove this item from the data list
// TODO: change location_name to an id element added to the data
setDataList(dataList.filter(item => item.id !== dataKey));
}
};
Expand Down

0 comments on commit 6760c13

Please sign in to comment.