From 2a05ca0aaea271cf642d234931fc39ebbe620c66 Mon Sep 17 00:00:00 2001
From: Andrew Bierman <94939237+andrew-bierman@users.noreply.github.com>
Date: Sun, 16 Jun 2024 21:11:00 -0400
Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20linting?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packages/app/components/card/CustomCard.tsx | 2 +-
.../dashboard/QuickActionButton.tsx | 2 +-
.../app/components/feed/FeedSearchFilter.tsx | 18 ++++----
.../app/components/map/MapButtonsOverlay.tsx | 2 +-
.../app/components/map/NativeMap.native.tsx | 8 +++-
.../components/navigation/NavigationList.tsx | 2 +-
packages/app/screens/dashboard/index.tsx | 10 ++---
packages/crosspath/types/lib-interface.d.ts | 4 +-
packages/crosspath/types/model/types.d.ts | 41 +++++++++++--------
.../ui/src/Bento/elements/tables/Basic.tsx | 4 +-
10 files changed, 55 insertions(+), 38 deletions(-)
diff --git a/packages/app/components/card/CustomCard.tsx b/packages/app/components/card/CustomCard.tsx
index 3b417e0c8..6780b8fa9 100644
--- a/packages/app/components/card/CustomCard.tsx
+++ b/packages/app/components/card/CustomCard.tsx
@@ -72,7 +72,7 @@ export const CustomCard = ({
)}
- {type === 'pack' && authUser?.id === data.owner_id? (
+ {type === 'pack' && authUser?.id === data.owner_id ? (
<>
{
},
text: {
fontSize: 13,
- fontWeight:'bold',
+ fontWeight: 'bold',
color: currentTheme.colors.iconColor,
},
};
diff --git a/packages/app/components/feed/FeedSearchFilter.tsx b/packages/app/components/feed/FeedSearchFilter.tsx
index a54e03e29..e94caba0d 100644
--- a/packages/app/components/feed/FeedSearchFilter.tsx
+++ b/packages/app/components/feed/FeedSearchFilter.tsx
@@ -69,11 +69,15 @@ const FeedSearchFilter = ({