Skip to content

Commit

Permalink
fix: AppLinker needs app props now
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Oct 4, 2022
1 parent 0662cc8 commit 8b7a9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Apps/AppItem.jsx
Expand Up @@ -65,7 +65,6 @@ export class AppItem extends React.Component {

render() {
const { useHomeIcon, app } = this.props

const dataIcon = app.slug ? `icon-${app.slug}` : ''
const appName = getAppDisplayName(app)

Expand All @@ -74,6 +73,7 @@ export class AppItem extends React.Component {
onAppSwitch={this.onAppSwitch}
slug={app.slug}
href={this.buildAppUrl(app.href) || ''}
app={app}
>
{({ onClick, href }) => {
return (
Expand Down

0 comments on commit 8b7a9fa

Please sign in to comment.