Skip to content

Commit

Permalink
refactor: house keep
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljaijai committed Oct 9, 2024
1 parent c7b82ea commit 9de9594
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/modules/post/history/template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const PostHistoryTemplate: React.FunctionComponent<
const { data, isLoading } = useListPostsByUserUuid(slug, sortValue)

const handleSortValueChange = (value: string) => {
console.log(2323, value)
setSortValue(value)
}

Expand Down

0 comments on commit 9de9594

Please sign in to comment.