We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 735fde8 + 5eb2321 commit 57bb614Copy full SHA for 57bb614
site/src/pages/UsersPage/UsersPage.tsx
@@ -225,7 +225,7 @@ export const UsersPage: FC<{ children?: ReactNode }> = () => {
225
}}
226
description={
227
<>
228
- Do you want to activate the user{" "}
+ Do you want to activate{" "}
229
<strong>{confirmActivateUser?.username ?? ""}</strong>?
230
</>
231
}
site/src/pages/UsersPage/UsersPageView.tsx
@@ -94,7 +94,7 @@ export const UsersPageView: FC<React.PropsWithChildren<UsersPageViewProps>> = ({
94
authMethods={authMethods}
95
/>
96
97
- {count !== undefined && (
+ {count && (
98
<PaginationWidgetBase
99
count={count}
100
limit={limit}
0 commit comments