diff --git a/api/userApi.js b/api/userApi.js index c3f30b2..fe9265b 100644 --- a/api/userApi.js +++ b/api/userApi.js @@ -3,7 +3,7 @@ import userApi from "./apiManger"; // seting common headers const setCommonHeaders = (headers = {}) => { - headers["Content-Type"] = "multipart/form-data"; + headers["Content-Type"] = "multipart/form-data"; return headers; }; diff --git a/screens/AttendanceHistory.jsx b/screens/AttendanceHistory.jsx index 9780b9f..8a6cbe5 100644 --- a/screens/AttendanceHistory.jsx +++ b/screens/AttendanceHistory.jsx @@ -79,7 +79,7 @@ const AttendanceHistory = () => { {error ? ( - Something went wrong! Please try again.{" "} + Something went wrong! Please try again. ) : (