Skip to content

Commit 5eb2321

Browse files
Update UsersPageView.tsx
1 parent 579cb11 commit 5eb2321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/UsersPage/UsersPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const UsersPageView: FC<React.PropsWithChildren<UsersPageViewProps>> = ({
9494
authMethods={authMethods}
9595
/>
9696

97-
{count !== undefined && (
97+
{count && (
9898
<PaginationWidgetBase
9999
count={count}
100100
limit={limit}

0 commit comments

Comments
 (0)