From 17c9595b974a66e0516550c301df11aa1708b877 Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Wed, 13 Sep 2023 14:02:53 +0200 Subject: [PATCH] chore: lint --- .d2styleignore | 1 + src/components/Item/AppItem/Item.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.d2styleignore b/.d2styleignore index cc9010b2a..83af254cc 100644 --- a/.d2styleignore +++ b/.d2styleignore @@ -4,3 +4,4 @@ /src/locales/* /cypress/assets /cypress/fixtures +cypress.env.json diff --git a/src/components/Item/AppItem/Item.js b/src/components/Item/AppItem/Item.js index 00b0ee3d4..5c6bc9fa6 100644 --- a/src/components/Item/AppItem/Item.js +++ b/src/components/Item/AppItem/Item.js @@ -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 =