We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62250f2 commit 1133a81Copy full SHA for 1133a81
query-connector/src/app/(pages)/userManagement/page.tsx
@@ -10,7 +10,7 @@ import { getContextRole, RoleDescriptons } from "./utils";
10
* @param textContent asdf
11
* @returns asdf
12
*/
13
-export const renderRoleDescriptions = (textContent: object) => {
+const renderRoleDescriptions = (textContent: object) => {
14
return (
15
<div
16
className={classNames(
0 commit comments