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 b558f35 commit aa0e53cCopy full SHA for aa0e53c
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