Skip to content

Commit 5e22119

Browse files
committed
style: fix prettier formatting
1 parent 7017b0b commit 5e22119

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/ui/src/components/Pagination/PaginationButton.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,7 @@ export function PaginationNavigation({
103103
}
104104

105105
return (
106-
<button
107-
type="button"
108-
className={mergedClassName}
109-
disabled={disabled}
110-
onClick={onClick}
111-
{...props}
112-
>
106+
<button type="button" className={mergedClassName} disabled={disabled} onClick={onClick} {...props}>
113107
{children}
114108
</button>
115109
);

0 commit comments

Comments
 (0)