Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97f619d

Browse files
committed
fix: format
1 parent 7709976 commit 97f619d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
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)