Skip to content

Commit

Permalink
Desktop: Fix error screen shown on opening settings when an incompati…
Browse files Browse the repository at this point in the history
…ble plugin is installed (#11223)
  • Loading branch information
personalizedrefrigerator authored Oct 17, 2024
1 parent 9d8cd1d commit efb58c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default function(props: Props) {
return (
<CellFooter>
<NeedUpgradeMessage>
{PluginService.instance().describeIncompatibility(props.manifest)}
{PluginService.instance().describeIncompatibility(item.manifest)}
</NeedUpgradeMessage>
</CellFooter>
);
Expand Down

0 comments on commit efb58c5

Please sign in to comment.