Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
Add a missing dependency in the hook
Browse files Browse the repository at this point in the history
  • Loading branch information
renefs committed Oct 28, 2019
1 parent 9e867d6 commit 46c01ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/calls/components/NumberConnector/NumberConnector.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ function NumberConnector({
connect,
getUserPhoneNumbers,
numberOfMobileNumbers,
rememberNumber
rememberNumber,
firstNumberAvailable
]);

const rememberNumberOnChange = () => {
Expand Down

0 comments on commit 46c01ff

Please sign in to comment.