Skip to content

Commit

Permalink
Merge pull request #954 from cozy/fix_applinker
Browse files Browse the repository at this point in the history
fix(AppLinker): Slug is in props
  • Loading branch information
ptbrowne authored May 1, 2019
2 parents f6d5061 + 8883c9b commit 918d65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/AppLinker/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class AppLinker extends React.Component {
}

async checkAppAvailability() {
const { slug } = this.props.app
const { slug } = this.props
const appInfo = NATIVE_APP_INFOS[slug]
if (appInfo) {
const nativeAppIsAvailable = Boolean(await memoizedCheckApp(appInfo))
Expand Down

0 comments on commit 918d65b

Please sign in to comment.