RightSidebar
Right sidebar component displaying user profile and bank cards.
Usage
Props
user
User object containing profile information.
Type: {firstName: string, lastName: string, email: string}
transactions
Array of transaction objects.
Type: Transaction[]
banks
Array of bank account objects.
Type: BankAccount[]