8000
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.
1 parent 7709976 commit 97f619dCopy full SHA for 97f619d
site/src/pages/OrganizationSettingsPage/IdpSyncPage/IdpMappingTable.tsx
@@ -60,7 +60,8 @@ export const IdpMappingTable: FC<IdpMappingTableProps> = ({
60
<div className="flex justify-end">
61
<div className="text-content-secondary text-xs">
62
Showing <strong className="text-content-primary">{rowCount}</strong>{" "}
63
- {type.toLocaleLowerCase()}{(rowCount === 0 || rowCount > 1) && "s"}
+ {type.toLocaleLowerCase()}
64
+ {(rowCount === 0 || rowCount > 1) && "s"}
65
</div>
66
67
0 commit comments