mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-21 06:34:30 +01:00
fix: removed viewType from browser Settings Atom, converted to using path to identify pages
This commit is contained in:
@@ -3,7 +3,7 @@ import HabitList from '@/components/HabitList'
|
||||
export default function HabitsPage() {
|
||||
return (
|
||||
<div className="flex flex-col">
|
||||
<HabitList />
|
||||
<HabitList isTasksView={false} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user