Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Sep 13, 2023
1 parent b837128 commit 17c9595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .d2styleignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/src/locales/*
/cypress/assets
/cypress/fixtures
cypress.env.json
2 changes: 1 addition & 1 deletion src/components/Item/AppItem/Item.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const AppItem = ({ dashboardMode, item, itemFilters }) => {
const appKey = item.appKey

if (appKey) {
appDetails = d2.system.installedApps.find((app) => app.key === appKey)
appDetails = d2.system.installedApps.find(app => app.key === appKey)
}

const hideTitle =
Expand Down

0 comments on commit 17c9595

Please sign in to comment.