Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MonokumaBear authored Mar 28, 2024
1 parent 641ea8f commit 69e3d43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Pages/Preferences/Preferences.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ const Preferences = () => {
const [friendsAPISelectValue, setFriendsAPISelectValue] = useState(
friendsApiUsageOptions.find((o) => {
return o.value === settings.internal?.friendsApiUsage;
})?.value;
});
})?.value);

Check failure on line 53 in src/Pages/Preferences/Preferences.tsx

View workflow job for this annotation

GitHub Actions / build-and-zip

Insert `,␍⏎··`

const updateSelectElement = () => {
setFriendsAPISelectValue(
Expand Down

0 comments on commit 69e3d43

Please sign in to comment.