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 115a48f commit 0ea775aCopy full SHA for 0ea775a
site/src/pages/ManagementSettingsPage/IdpSyncPage/IdpSyncPageView.tsx
@@ -133,9 +133,7 @@ interface TableRowCountProps {
133
134
const TableRowCount: FC<TableRowCountProps> = ({ count, type }) => {
135
return (
136
- <div
137
- className="text-content-secondary text-xs"
138
- >
+ <div className="text-content-secondary text-xs">
139
Showing <strong className="text-content-primary">{count}</strong> {type}
140
</div>
141
);
0 commit comments