diff --git a/desktop/app/src/chrome/mainsidebar/sidebarUtils.tsx b/desktop/app/src/chrome/mainsidebar/sidebarUtils.tsx index 3043694ae..877b46398 100644 --- a/desktop/app/src/chrome/mainsidebar/sidebarUtils.tsx +++ b/desktop/app/src/chrome/mainsidebar/sidebarUtils.tsx @@ -168,7 +168,7 @@ export const PluginSidebarListItem: React.FC<{ /> {getPluginTitle(plugin)} diff --git a/desktop/app/src/plugin.tsx b/desktop/app/src/plugin.tsx index 381cbd6ac..3e6644ccc 100644 --- a/desktop/app/src/plugin.tsx +++ b/desktop/app/src/plugin.tsx @@ -126,7 +126,7 @@ export abstract class FlipperBasePlugin< static gatekeeper: string | null = null; static entry: string | null = null; static isDefault: boolean; - static details: PluginDetails; + static details: PluginDetails | undefined; static keyboardActions: KeyboardActions | null; static screenshot: string | null; static defaultPersistedState: any;