Skip to content

Commit

Permalink
hotfix: increase providers per page number (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlcibiadesCleinias authored Mar 26, 2024
1 parent 45c1f98 commit a3ee4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/providers/ProvidersTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const ProviderAddress: React.FC<ProviderAddressProps> = ({ id, ...rest }) => {
)
}

const PROVIDERS_PER_PAGE = 5
const PROVIDERS_PER_PAGE = 12

export const ProviderTable: React.FC<ProviderTableProps> = ({ filters }) => {
const [order, setOrder] = useState<ProviderSort>('createdAt:desc')
Expand Down

0 comments on commit a3ee4e2

Please sign in to comment.