You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-06 23:56:13 +02:00
Desktop: Fix error screen shown on opening settings when an incompatible plugin is installed (#11223)
This commit is contained in:
@ -234,7 +234,7 @@ export default function(props: Props) {
|
||||
return (
|
||||
<CellFooter>
|
||||
<NeedUpgradeMessage>
|
||||
{PluginService.instance().describeIncompatibility(props.manifest)}
|
||||
{PluginService.instance().describeIncompatibility(item.manifest)}
|
||||
</NeedUpgradeMessage>
|
||||
</CellFooter>
|
||||
);
|
||||
|
Reference in New Issue
Block a user