aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/components/bookmarks
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-30 16:26:16 +0000
committerMohamedBassem <me@mbassem.com>2024-03-30 16:26:16 +0000
commit46b78eaac30be26fe40520e97786563344af8403 (patch)
treec4c0e1ae1d3d21a6f1fbf5f44f68e99243bbb5d3 /apps/mobile/components/bookmarks
parent853ed13450b3a0d92cba144cc0dfd0696e7c810c (diff)
downloadkarakeep-46b78eaac30be26fe40520e97786563344af8403.tar.zst
format: Add missing lint and format, and format the entire repo
Diffstat (limited to 'apps/mobile/components/bookmarks')
-rw-r--r--apps/mobile/components/bookmarks/BookmarkList.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/mobile/components/bookmarks/BookmarkList.tsx b/apps/mobile/components/bookmarks/BookmarkList.tsx
index 9176f66d..7477992d 100644
--- a/apps/mobile/components/bookmarks/BookmarkList.tsx
+++ b/apps/mobile/components/bookmarks/BookmarkList.tsx
@@ -16,11 +16,11 @@ export default function BookmarkList({
isRefreshing,
}: {
bookmarks: ZBookmark[];
- onRefresh: () => void,
- isRefreshing: boolean,
- fetchNextPage?: () => void,
+ onRefresh: () => void;
+ isRefreshing: boolean;
+ fetchNextPage?: () => void;
header?: React.ReactElement;
- isFetchingNextPage?: boolean,
+ isFetchingNextPage?: boolean;
}) {
const flatListRef = useRef(null);
useScrollToTop(flatListRef);