mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-04 06:31:13 +00:00
Remove unused installedVersion prop from PluginStoreCard
The installedVersion prop was declared but not used in PluginStoreCard. This commit removes it to clean up the component's props.
This commit is contained in:
parent
129d63f66e
commit
b1b357347b
@ -19,7 +19,6 @@ const PluginStoreCard: React.FC<PluginStoreCardProps> = ({
|
||||
data,
|
||||
onInstall,
|
||||
installStatus = 'not-installed',
|
||||
installedVersion,
|
||||
}) => {
|
||||
const { name, version, author, description, tags, id } = data;
|
||||
const [processing, setProcessing] = useState(false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user