made anime Id in table a link to their respective sites
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
export type TableItems = TableItem[]
|
||||
|
||||
export type TableItem = {
|
||||
id: number
|
||||
id: string
|
||||
title: string
|
||||
service: string
|
||||
progress: number
|
||||
@ -11,4 +11,4 @@ export type TableItem = {
|
||||
score: number
|
||||
repeat: number
|
||||
notes: string
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user