Skip to content

Commit

Permalink
Chore: Auto-format code
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed Aug 30, 2024
1 parent 82792f5 commit 1708593
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,15 @@ const useRoutingRulesModal = (props: RoutingRulesModalProps) => {
}
settingsHaveChangedToast({ ...{ isConnected, isLoading, appLang } });
handleOnClose();
}, [validateRules, routingRulesInput, isConnected, isLoading, appLang, handleOnClose, setRoutingRules]);
}, [
validateRules,
routingRulesInput,
isConnected,
isLoading,
appLang,
handleOnClose,
setRoutingRules
]);

const onUpdateKeyDown = useCallback(
(e: KeyboardEvent<HTMLDivElement>) => {
Expand Down

0 comments on commit 1708593

Please # to comment.