Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Feb 19, 2023
1 parent f874ea5 commit 267338e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pages/home/report/ContextMenu/ContextMenuActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export default [
};

const onEmojiSelected = (emoji) => {
// TODO: we need to add the preferred skin tone here as well somehow
Report.toggleEmojiReaction(reportID, reportAction, emoji);
closeContextMenu();
};
Expand Down
1 change: 0 additions & 1 deletion src/pages/home/report/ReportActionItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ class ReportActionItem extends Component {
}

toggleReaction(emoji) {
// TODO: we need to add the skin tone here somehow
Report.toggleEmojiReaction(this.props.report.reportID, this.props.action, emoji);
}

Expand Down

0 comments on commit 267338e

Please sign in to comment.