You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
This commit is contained in:
@ -86,7 +86,7 @@ export default function(props: Props) {
|
||||
key={manifest.id}
|
||||
manifest={manifest}
|
||||
themeId={props.themeId}
|
||||
isCompatible={PluginService.instance().isCompatible(manifest.app_min_version)}
|
||||
isCompatible={PluginService.instance().isCompatible(manifest)}
|
||||
onInstall={onInstall}
|
||||
installState={installState(manifest.id)}
|
||||
/>);
|
||||
|
Reference in New Issue
Block a user