Skip to content

Commit 756bff8

Browse files
committed
fix: format
1 parent 48d8856 commit 756bff8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/src/pages/OrganizationSettingsPage/IdpSyncPage/IdpMappingTable.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ export const IdpMappingTable: FC<IdpMappingTableProps> = ({
6060
<div className="flex justify-end">
6161
<div className="text-content-secondary text-xs">
6262
Showing <strong className="text-content-primary">{rowCount}</strong>{" "}
63-
{type.toLocaleLowerCase()}{(rowCount === 0 || rowCount > 1) && "s"}
63+
{type.toLocaleLowerCase()}
64+
{(rowCount === 0 || rowCount > 1) && "s"}
6465
</div>
6566
</div>
6667
</div>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy