From b900aeea3a39b11ba6ff18fc95b9ee74654ccb30 Mon Sep 17 00:00:00 2001 From: rishal-ERPGULF Date: Wed, 3 Jan 2024 09:22:22 +0530 Subject: [PATCH] final change before major update --- api/userApi.js | 2 +- screens/AttendanceHistory.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. ) : (