code refactoring, enabled memory db persist to fs.
This commit is contained in:
@@ -6,7 +6,7 @@ import { StackableResult } from "./StackableResult"
|
||||
|
||||
type Props = {
|
||||
downloads: RPCResult[]
|
||||
abortFunction: Function
|
||||
abortFunction: (id: string) => void
|
||||
}
|
||||
|
||||
export function DownloadsCardView({ downloads, abortFunction }: Props) {
|
||||
|
||||
Reference in New Issue
Block a user