Feature/33 api fails when no pilots or logbook entries #35

Merged
noahspannbauer merged 85 commits from feature/33-api-fails-when-no-pilots-or-logbook-entries into main 2025-02-02 18:24:48 -05:00
Showing only changes of commit 524ed69841 - Show all commits

View File

@@ -83,9 +83,9 @@ const SiteNav: React.FC<unknown> = () => {
// throw new Error();
// }
// };
// const handlePageClick = (url: string) => {
// navigate(url);
// };
const handlePageClick = (url: string) => {
navigate(url);
};
const Settings = () => {
return (