Thanks to visit codestin.com Credit goes to github.com
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 48d8856 commit 756bff8Copy full SHA for 756bff8
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