CFE-26 finall change and set real time
This commit is contained in:
@@ -12,6 +12,7 @@ const useAnswers = () => {
|
||||
const newAnswer = {
|
||||
id: data.id,
|
||||
phone_number: data.phone_number,
|
||||
date: new Date(),
|
||||
active: true
|
||||
}
|
||||
const newList = [...state, newAnswer]
|
||||
|
||||
Reference in New Issue
Block a user