Feature Summary
Title: Remove Duplicate API Calls on My Account Tickets Page
Description:
The feature removes duplicate API calls on the /my-account/tickets page, causing slow load times. Instead of fetching ticket data multiple times in a loop, it now fetches only once on page load.
Behavior:
+ Fetches ticket data only once on page load
+ Redirects to login page if user is not authenticated
+ Displays tickets after completing a transfer
+ Updates event to indicate pending transfer
Improvements: