diff --git a/src/components/BackOfficeUserSendCode.tsx b/src/components/BackOfficeUserSendCode.tsx index 35b9da3..0880ff0 100644 --- a/src/components/BackOfficeUserSendCode.tsx +++ b/src/components/BackOfficeUserSendCode.tsx @@ -1,5 +1,5 @@ import { useState, useRef, useEffect } from "react"; -// import resetIcon from "../assets/img/reset.svg"; +import resetIcon from "../assets/img/reset.svg"; import checkIcon from "../assets/img/confirmationIcon.svg"; import errorIcon from "../assets/img/error.svg"; import { handleSubmit } from "../store/reducers/apiCall/apiSendCodeByEmail"; diff --git a/src/store/reducers/faqsCall/faqsReducer.tsx b/src/store/reducers/faqsCall/faqsReducer.tsx index 114dc02..88a946e 100644 --- a/src/store/reducers/faqsCall/faqsReducer.tsx +++ b/src/store/reducers/faqsCall/faqsReducer.tsx @@ -41,7 +41,7 @@ export const apiCall = async (dispatch: Dispatch) => { //Post // export const postApiFaqs = async ( faqContent: faqContent, - acces_token: string, + access_token: string, dispatch: Dispatch ) => { try {