Module

CompanyList

Represents a CompanyList component for showing company details

View Source pages/Dashboard/Company/CompanyList.jsx, line 28

Members

object

# static constant company

React state that holds company details

Default Value:
  • {{}}

View Source pages/Dashboard/Company/CompanyList.jsx, line 34

Array.<T>

# static constant companyList

React hook for memoizing company list

View Source pages/Dashboard/Company/CompanyList.jsx, line 57

boolean

# static constant isLoading

React state that holds loading status

Default Value:
  • true

View Source pages/Dashboard/Company/CompanyList.jsx, line 42

function

# inner constant useGetCompanyList

React query hook for getting company list

View Source pages/Dashboard/Company/CompanyList.jsx, line 50

Methods

# inner handleNext()

Function that handles next company

View Source pages/Dashboard/Company/CompanyList.jsx, line 69