From 9de95945147c748942d05130dae1b748deb2d600 Mon Sep 17 00:00:00 2001 From: Pjaijai Date: Tue, 8 Oct 2024 23:25:27 -0400 Subject: [PATCH] refactor: house keep --- client/modules/post/history/template.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/modules/post/history/template.tsx b/client/modules/post/history/template.tsx index 9703e8de..f0aecac1 100644 --- a/client/modules/post/history/template.tsx +++ b/client/modules/post/history/template.tsx @@ -27,7 +27,6 @@ const PostHistoryTemplate: React.FunctionComponent< const { data, isLoading } = useListPostsByUserUuid(slug, sortValue) const handleSortValueChange = (value: string) => { - console.log(2323, value) setSortValue(value) }