Skip to content

Commit

Permalink
feat(llm): typecheck fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrellard-ledger committed Apr 11, 2024
1 parent ba66c8f commit f556e3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ export function useCompleteActionCallback() {
title: t(action.actionCompletedPopupLabel),
});
},
[dispatch, getPostOnboardingAction, pushToast, t],
[dispatch, getPostOnboardingAction, pushToast, t, deviceModelId],
);
}

0 comments on commit f556e3c

Please sign in to comment.