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 7017b0b commit 5e22119Copy full SHA for 5e22119
packages/ui/src/components/Pagination/PaginationButton.tsx
@@ -103,13 +103,7 @@ export function PaginationNavigation({
103
}
104
105
return (
106
- <button
107
- type="button"
108
- className={mergedClassName}
109
- disabled={disabled}
110
- onClick={onClick}
111
- {...props}
112
- >
+ <button type="button" className={mergedClassName} disabled={disabled} onClick={onClick} {...props}>
113
{children}
114
</button>
115
);
0 commit comments