Skip to content

Commit

Permalink
add refactor note in ReturnScreen.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratchet7x5 committed Dec 16, 2024
1 parent 2522fe6 commit 9c5c5a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/screens/ReturnScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default function ReturnScreen() {
const [status, setStatus] = useState(null);
const [customerEmail, setCustomerEmail] = useState("");

//TODO: @gmat224: Refactor this useEffect function.
useEffect(() => {
async function getSessionData() {
const queryString = window.location.search;
Expand Down

0 comments on commit 9c5c5a3

Please sign in to comment.