Skip to content

Commit

Permalink
fix netlify build
Browse files Browse the repository at this point in the history
  • Loading branch information
vicenlu committed Nov 27, 2023
1 parent 9c87181 commit cce1f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/BackOfficeUserSendCode.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion src/store/reducers/faqsCall/faqsReducer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cce1f37

Please sign in to comment.