Skip to content

Commit

Permalink
Rmeove underscore in name
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Tejada committed Sep 13, 2021
1 parent 0ef97f4 commit 4fdf008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools-extensions/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function createPanelIfReactLoaded() {

const tabId = chrome.devtools.inspectedWindow.tabId;

registerEventLogger((_event: LogEvent) => {
registerEventLogger((event: LogEvent) => {
// TODO: hook up event logging
});

Expand Down

0 comments on commit 4fdf008

Please sign in to comment.