Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sprucely committed Jan 5, 2023
1 parent 9444838 commit 8273b1e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export default function ExpensesContainer(): JSX.Element {
// fire only once to grab initial orgs
useEffect(() => {
const getDepartments = async (): Promise<void> => {
// TODO: handle just getting orgs for current user
// TODO: handle api errors and possibly login issue errors
const result = await fetch('/Organization');
const data = await result.json();

Expand Down

0 comments on commit 8273b1e

Please sign in to comment.