We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab03a63 commit d48875bCopy full SHA for d48875b
1 file changed
src/renderer/components/AddonSection/index.tsx
@@ -425,7 +425,7 @@ export const AddonSection = (): JSX.Element => {
425
Release Notes
426
</SideBarLink>
427
)}
428
- {selectedAddon.key === 'simbridge' && ( // TODO find a better way to do this...
+ {selectedAddon.key.includes('simbridge') && ( // TODO find a better way to do this...
429
<SideBarLink
430
to={`/addon-section/${publisherName}/main/simbridge-config`}
431
disabled={InstallStatusCategories.installing.includes(status)}
0 commit comments