From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- devtools/shared/commands/target/actions/targets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools/shared/commands/target/actions') diff --git a/devtools/shared/commands/target/actions/targets.js b/devtools/shared/commands/target/actions/targets.js index 577e5fedd3..8acd411866 100644 --- a/devtools/shared/commands/target/actions/targets.js +++ b/devtools/shared/commands/target/actions/targets.js @@ -16,7 +16,7 @@ function unregisterTarget(targetFront) { * @param {String} targetActorID: The actorID of the target we want to select. */ function selectTarget(targetActorID) { - return function ({ dispatch, getState }) { + return function ({ dispatch }) { dispatch({ type: "SELECT_TARGET", targetActorID }); }; } -- cgit v1.2.3