Apply linter

This commit is contained in:
nabenabe0928
2024-01-15 12:47:45 +01:00
parent e7ea5d17aa
commit 4e48165a2e
+1 -2
View File
@@ -13,7 +13,6 @@ import {
IconButton,
Menu,
MenuItem,
Button,
Box,
} from "@mui/material"
import { styled } from "@mui/system"
@@ -46,7 +45,7 @@ interface RowFilter {
values: Value[]
}
function PaginationTextFieldComponent<T>(props: {
function PaginationTextFieldComponent(props: {
onInputChange: (value: number) => void
maxPageNumber: number
}): React.ReactElement {