sort chores using due date, color tasks according to due level
This commit is contained in:
@@ -28,8 +28,6 @@ const useFlatasticStore = create(
|
||||
const data = await flatastic.getTaskList();
|
||||
const dataB = await flatastic.getInformation();
|
||||
|
||||
console.log("Flatastic chores fetched:", data);
|
||||
console.log("Flatastic information fetched:", dataB);
|
||||
set({
|
||||
flatasticData: {
|
||||
chores: data as FlatasticChore[],
|
||||
|
||||
Reference in New Issue
Block a user