Skip to content

Commit 8fd3ef3

Browse files
committed
fix: format
1 parent ddf2eb4 commit 8fd3ef3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/src/pages/ManagementSettingsPage/IdpSyncPage/IdpSyncPageView.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ interface TableRowCountProps {
133133

134134
const TableRowCount: FC<TableRowCountProps> = ({ count, type }) => {
135135
return (
136-
<div
137-
className="text-content-secondary text-xs"
138-
>
136+
<div className="text-content-secondary text-xs">
139137
Showing <strong className="text-content-primary">{count}</strong> {type}
140138
</div>
141139
);

0 commit comments

Comments
 (0)