From 8b7a9faabac731c8ac57a174d7cd5a19aaec0495 Mon Sep 17 00:00:00 2001 From: Crash-- Date: Tue, 4 Oct 2022 15:37:45 +0200 Subject: [PATCH] fix: AppLinker needs app props now --- src/components/Apps/AppItem.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Apps/AppItem.jsx b/src/components/Apps/AppItem.jsx index 75d13989c..5ce766972 100644 --- a/src/components/Apps/AppItem.jsx +++ b/src/components/Apps/AppItem.jsx @@ -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) @@ -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 (