mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Desktop: Fix error screen shown on opening settings when an incompatible plugin is installed (#11223)
This commit is contained in:
parent
9d8cd1d707
commit
efb58c5f40
@ -234,7 +234,7 @@ export default function(props: Props) {
|
||||
return (
|
||||
<CellFooter>
|
||||
<NeedUpgradeMessage>
|
||||
{PluginService.instance().describeIncompatibility(props.manifest)}
|
||||
{PluginService.instance().describeIncompatibility(item.manifest)}
|
||||
</NeedUpgradeMessage>
|
||||
</CellFooter>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user