Add SkipChore function to Fetcher utility module, Update Loading Comp
This commit is contained in:
parent
93512eb666
commit
7f4e592849
7 changed files with 296 additions and 171 deletions
|
@ -7,7 +7,7 @@ const DemoHistory = () => {
|
|||
{
|
||||
id: 32,
|
||||
choreId: 12,
|
||||
completedAt: moment().format(),
|
||||
completedAt: moment().hour(4).format(),
|
||||
completedBy: 1,
|
||||
assignedTo: 1,
|
||||
notes: null,
|
||||
|
@ -25,8 +25,8 @@ const DemoHistory = () => {
|
|||
{
|
||||
id: 31,
|
||||
choreId: 12,
|
||||
completedAt: moment().day(-10).format(),
|
||||
completedBy: 1,
|
||||
completedAt: moment().day(-10).hour(1).format(),
|
||||
completedBy: 2,
|
||||
assignedTo: 1,
|
||||
notes: null,
|
||||
dueDate: moment().day(-10).format(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue