Skip to content

Commit

Permalink
fixed: missing dependency warning
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesNg35 committed Nov 17, 2023
1 parent 1357be9 commit 77ca309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/settings/timezone-dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const TimezoneDropDown = ({
);

return mapTimezoneItems(timeZonesMap);
}, []);
}, [searchText]);

const [timezoneItem, setTimezoneItem] = useState<TimezoneItem | null>(null);

Expand Down

0 comments on commit 77ca309

Please sign in to comment.