You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Next" button's disabled condition in OperatorDetailPage.tsx incorrectly checks if the current page's deposits and withdrawals arrays are empty. This can prematurely disable the button, preventing users from navigating to subsequent pages even when more transactions are available.