Skip to content

Commit

Permalink
continued refactoring (#16377)
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi authored and eschutho committed Jan 12, 2022
1 parent 07c487a commit 815321e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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 815321e

Please sign in to comment.