Skip to content

Commit d48875b

Browse files
authored
fix: simbridge settings missing (#532)
1 parent ab03a63 commit d48875b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/renderer/components/AddonSection

src/renderer/components/AddonSection/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ export const AddonSection = (): JSX.Element => {
425425
Release Notes
426426
</SideBarLink>
427427
)}
428-
{selectedAddon.key === 'simbridge' && ( // TODO find a better way to do this...
428+
{selectedAddon.key.includes('simbridge') && ( // TODO find a better way to do this...
429429
<SideBarLink
430430
to={`/addon-section/${publisherName}/main/simbridge-config`}
431431
disabled={InstallStatusCategories.installing.includes(status)}

0 commit comments

Comments
 (0)