Skip to content

Commit

Permalink
[fix]: epic and labels filter added
Browse files Browse the repository at this point in the history
  • Loading branch information
Anishali2 committed Mar 18, 2024
1 parent b404986 commit 0c4100f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/app/[locale]/kanban/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const Kanban = () => {
const { user } = useAuthenticateUser();
const { openModal, isOpen, closeModal } = useModal();
const timezone = userTimezone();
console.log('datadata', data);
return (
<>
<MainLayout showTimer={true}>
Expand Down

0 comments on commit 0c4100f

Please sign in to comment.