Skip to content

Commit b1b3573

Browse files
committed
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.
1 parent 129d63f commit b1b3573

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/napcat-webui-frontend/src/components/display_card/plugin_store_card.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const PluginStoreCard: React.FC<PluginStoreCardProps> = ({
1919
data,
2020
onInstall,
2121
installStatus = 'not-installed',
22-
installedVersion,
2322
}) => {
2423
const { name, version, author, description, tags, id } = data;
2524
const [processing, setProcessing] = useState(false);

0 commit comments

Comments
 (0)