Skip to content

Commit

Permalink
Fixing github icon: #2904
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 15, 2025
1 parent 6ce9c00 commit 5d52484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ export default abstract class AdapterGeneric<

renderInstalledVersion(isRow?: boolean): JSX.Element | null {
const installed = this.props.context.installed[this.props.adapterName];
const installedFrom = installed?.installedFrom;
const installedFrom = this.props.context.adapters[`system.adapter.${this.props.adapterName}`]?.common?.installedFrom;
const { adapterName } = this.props;

if (isRow) {
Expand Down

0 comments on commit 5d52484

Please sign in to comment.