Skip to content

Commit

Permalink
continued refactoring (#16377)
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi committed Mar 22, 2022
1 parent 1d094d3 commit 1962ac9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export default function HeaderReportActionsDropDown({
>(state => state.user || state.explore?.user);
const reportsIds = Object.keys(reports || []);
const report: AlertObject = reports?.[reportsIds[0]];
console.log(report);
const [
currentReportDeleting,
setCurrentReportDeleting,
Expand Down

0 comments on commit 1962ac9

Please sign in to comment.