diff --git a/.env b/.env index 3532055..405a541 100644 --- a/.env +++ b/.env @@ -117,4 +117,4 @@ REACT_APP_SHOW_ACCOUNT_DASH=1 REACT_APP_SHOW_SLIDER_BANNERS=0 # FOR MEDIA LINK -REACT_APP_MEDIA_LINK='https://dev-media.wrenchboard.com ' \ No newline at end of file +REACT_APP_MEDIA_LINK='https://dev-media.wrenchboard.com' \ No newline at end of file diff --git a/.env.development b/.env.development index 18cf90f..3598525 100644 --- a/.env.development +++ b/.env.development @@ -85,4 +85,4 @@ REACT_APP_SHOW_ACCOUNT_DASH=1 REACT_APP_SHOW_SLIDER_BANNERS=0 # FOR MEDIA LINK -REACT_APP_MEDIA_LINK='https://dev-media.wrenchboard.com ' \ No newline at end of file +REACT_APP_MEDIA_LINK='https://dev-media.wrenchboard.com' \ No newline at end of file diff --git a/.env.production b/.env.production index 22e5082..851b7a1 100644 --- a/.env.production +++ b/.env.production @@ -91,4 +91,4 @@ REACT_APP_SHOW_ACCOUNT_DASH=1 REACT_APP_SHOW_SLIDER_BANNERS=0 # FOR MEDIA LINK -REACT_APP_MEDIA_LINK='https://media.wrenchboard.com ' \ No newline at end of file +REACT_APP_MEDIA_LINK='https://media.wrenchboard.com' \ No newline at end of file diff --git a/src/components/MyActiveJobs/ActiveJobMessageMedia.jsx b/src/components/MyActiveJobs/ActiveJobMessageMedia.jsx index a156072..23c4e40 100644 --- a/src/components/MyActiveJobs/ActiveJobMessageMedia.jsx +++ b/src/components/MyActiveJobs/ActiveJobMessageMedia.jsx @@ -8,7 +8,7 @@ import SelectBox from "../Helpers/SelectBox"; export default function ActiveJobMessageMedia({ activeJobMesList }) { return (