Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DN-4: Only call data from API one time.
Browse files Browse the repository at this point in the history
dereckmezquita committed Jul 15, 2024
1 parent 1c9b4a6 commit 7bb24ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/test/api/demos/ApiStatus.tsx
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ export function ApiStatus() {
};

fetchData();
});
}, []);

return (
<BoxContainer>

0 comments on commit 7bb24ed

Please sign in to comment.