forked from Archives/Athou_commafeed
fix sonar warnings
This commit is contained in:
@@ -32,7 +32,11 @@ const useStyles = tss.create(({ theme }) => ({
|
||||
},
|
||||
}))
|
||||
|
||||
export function ErrorPage(props: { error: Error }) {
|
||||
export function ErrorPage(
|
||||
props: Readonly<{
|
||||
error: Error
|
||||
}>
|
||||
) {
|
||||
const { classes } = useStyles()
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user