Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-xiaowei committed Nov 17, 2024
1 parent 0baff19 commit 2aaf76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native/src/settings/SettingsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function SettingsScreen(): React.JSX.Element {
fetchAndSetModelNames().then();
fetchUpgradeInfo().then();
}
}, [apiUrl.length, apiKey.length]);
}, [apiUrl, apiKey]);

const fetchAndSetModelNames = async () => {
const response = await requestAllModels();
Expand Down

0 comments on commit 2aaf76e

Please sign in to comment.