diff --git a/src/components/MyActiveJobs/ActiveJobs.jsx b/src/components/MyActiveJobs/ActiveJobs.jsx
index 1ef3f3e..cb97ba4 100644
--- a/src/components/MyActiveJobs/ActiveJobs.jsx
+++ b/src/components/MyActiveJobs/ActiveJobs.jsx
@@ -544,6 +544,7 @@ function ActiveJobs(props) {
diff --git a/src/components/attachmentCom/AttachFile.jsx b/src/components/attachmentCom/AttachFile.jsx
index f0f613d..7b6b294 100644
--- a/src/components/attachmentCom/AttachFile.jsx
+++ b/src/components/attachmentCom/AttachFile.jsx
@@ -4,7 +4,7 @@ import axios from 'axios'
import usersService from '../../services/UsersService'
-export default function AttachFile({data='', showOnData=false}) {
+export default function AttachFile({data='', fontSize='text-sm', showOnData=false}) {
const apiCall = new usersService()
@@ -87,7 +87,7 @@ export default function AttachFile({data='', showOnData=false}) {
-
+
{uploadedList.loading ?
@@ -98,7 +98,7 @@ export default function AttachFile({data='', showOnData=false}) {
uploadedList.data.result_list.map((item, index) => {
let fileNameExt = item.originalname.split('.')[item.originalname.split('.').length - 1]
return(
-
+
-
+
{uploadedList.data.result_list.map((item, index) => {
let fileNameExt = item.originalname.split('.')[item.originalname.split('.').length - 1]
return(
-