Module

Profile/TransactionHistory

Members

number

# static amount

React state that stores amount

Default Value:
  • null

View Source pages/Dashboard/Profile/TransactionHistory/TransactionHistory.jsx, line 68

string

# static company

React state that stores company name

Default Value:
  • ""

View Source pages/Dashboard/Profile/TransactionHistory/TransactionHistory.jsx, line 51

object

# static transactionData

React query hook that fetches transaction data

View Source pages/Dashboard/Profile/TransactionHistory/TransactionHistory.jsx, line 76

string

# static transactionType

React state that stores transaction type

Default Value:
  • ""

View Source pages/Dashboard/Profile/TransactionHistory/TransactionHistory.jsx, line 60

object

# static transactions

React memoized state that stores filtered transaction data

View Source pages/Dashboard/Profile/TransactionHistory/TransactionHistory.jsx, line 83