Skip to content

Commit 01d3999

Browse files
committed
fix: linting and formating
1 parent 52e957b commit 01d3999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ArticlePreview/ArticlePreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const ArticlePreview: NextPage<Props> = ({
6060
const howManySavedToShow = 3;
6161
const { data: bookmarksData, refetch } = api.post.myBookmarks.useQuery(
6262
{ limit: howManySavedToShow },
63-
{ enabled: !!session }
63+
{ enabled: !!session },
6464
);
6565
const bookmarks = bookmarksData?.bookmarks;
6666
const dateTime = Temporal.Instant.from(new Date(date).toISOString());

0 commit comments

Comments
 (0)