chore: resolve lint warnings with targeted type and rule fixes
This commit is contained in:
@@ -12,7 +12,10 @@ interface SeriesGridProps {
|
||||
}
|
||||
|
||||
// Utility function to get reading status info
|
||||
const getReadingStatusInfo = (series: KomgaSeries, t: (key: string, options?: any) => string) => {
|
||||
const getReadingStatusInfo = (
|
||||
series: KomgaSeries,
|
||||
t: (key: string, options?: { [key: string]: string | number }) => string
|
||||
) => {
|
||||
if (series.booksCount === 0) {
|
||||
return {
|
||||
label: t("series.status.noBooks"),
|
||||
|
||||
Reference in New Issue
Block a user