Refactor(LocalPage): Remove favorite attribute
Remove favorite attribute from LocalCard
This commit is contained in:
@@ -124,7 +124,6 @@ const Local = () => {
|
|||||||
ver={firstTool!.ver}
|
ver={firstTool!.ver}
|
||||||
platform={firstTool!.platform}
|
platform={firstTool!.platform}
|
||||||
supportPlatform={tools.map((value) => value.platform)}
|
supportPlatform={tools.map((value) => value.platform)}
|
||||||
favorite={firstTool!.favorite}
|
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
})}
|
})}
|
||||||
|
|||||||
Reference in New Issue
Block a user