diff --git a/.env b/.env index fcdc42c..639fb0b 100644 --- a/.env +++ b/.env @@ -124,4 +124,7 @@ REACT_APP_MEDIA_LINK='https://dev-media.wrenchboard.com' REACT_APP_FAM_GAME_LINK='https://games.wrenchboard.com' # REACT APP CUSTOMTIMER -REACT_APP_CUSTOMTIMER=90 \ No newline at end of file +REACT_APP_CUSTOMTIMER=90 + +# MEDIA_SERVER_URL +MEDIA_SERVER_URL='' \ No newline at end of file diff --git a/.env.development b/.env.development index 5f2d549..b52c693 100644 --- a/.env.development +++ b/.env.development @@ -92,4 +92,7 @@ REACT_APP_MEDIA_LINK='https://dev-media.wrenchboard.com' REACT_APP_FAM_GAME_LINK='https://games.wrenchboard.com' # REACT APP CUSTOMTIMER -REACT_APP_CUSTOMTIMER=90 \ No newline at end of file +REACT_APP_CUSTOMTIMER=90 + +# MEDIA_SERVER_URL +MEDIA_SERVER_URL='' \ No newline at end of file diff --git a/.env.production b/.env.production index cfa2c24..9b16333 100644 --- a/.env.production +++ b/.env.production @@ -98,4 +98,7 @@ REACT_APP_MEDIA_LINK='https://media.wrenchboard.com' REACT_APP_FAM_GAME_LINK='https://games.wrenchboard.com' # REACT APP CUSTOMTIMER -REACT_APP_CUSTOMTIMER=90 \ No newline at end of file +REACT_APP_CUSTOMTIMER=90 + +# MEDIA_SERVER_URL +MEDIA_SERVER_URL='' \ No newline at end of file diff --git a/src/components/FamilyAcc/FamilyPopout/AssignMediaTask.jsx b/src/components/FamilyAcc/FamilyPopout/AssignMediaTask.jsx index 1741542..7c8d174 100644 --- a/src/components/FamilyAcc/FamilyPopout/AssignMediaTask.jsx +++ b/src/components/FamilyAcc/FamilyPopout/AssignMediaTask.jsx @@ -88,10 +88,10 @@ export default function AssignMediaTask({
<>
-
+
{commonMedia?.data?.length ? ( commonMedia?.data?.map((item, index) => (
@@ -63,7 +64,7 @@ export default function AssignPrevNewTask({
{/* Task Type === select */} {taskType == "select" && ( -
+
{jobList?.data?.length ? ( jobList?.data?.map((item, index) => (
-
+
- {/* Dummy, no value found for created! thus commented*/} - {/*
- -
*/} + {/* ATTACHMENT SECTION*/} +
+ +
-
+
{/* FOR TASK IMAGE */}
- {/* PUT SPACE HERE */} +
@@ -492,25 +498,6 @@ const EditJobPopoutNew = ({ ) ))} {/* End of error or success display */} - - {/* DISPLAYS TASK IMAGE UPLOADING STATUS */} -
- {uploadStatus.message && !uploadStatus.loading && ( -

- {uploadStatus.message} -

- )} - {uploadStatus.loading && ( -

{uploadStatus.message}

- )} -
-