You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-10 00:05:42 +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 (
|
return (
|
||||||
<CellFooter>
|
<CellFooter>
|
||||||
<NeedUpgradeMessage>
|
<NeedUpgradeMessage>
|
||||||
{PluginService.instance().describeIncompatibility(props.manifest)}
|
{PluginService.instance().describeIncompatibility(item.manifest)}
|
||||||
</NeedUpgradeMessage>
|
</NeedUpgradeMessage>
|
||||||
</CellFooter>
|
</CellFooter>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user