Skip to content

Commit

Permalink
fix(suite): correctly dispatch unacquired event
Browse files Browse the repository at this point in the history
  • Loading branch information
marekrjpolak authored and mroz22 committed Oct 2, 2024
1 parent 5781518 commit 6566b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite-common/wallet-core/src/device/deviceThunks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ const deviceConnectThunksMap: Record<
(payload: DeviceConnectActionPayload) => AnyAction
> = {
[DEVICE.CONNECT]: deviceActions.connectDevice,
[DEVICE.CONNECT_UNACQUIRED]: deviceActions.connectDevice,
[DEVICE.CONNECT_UNACQUIRED]: deviceActions.connectUnacquiredDevice,
};

type DeviceConnectThunksParams = {
Expand Down

0 comments on commit 6566b02

Please sign in to comment.