diff --git a/src/components/MyActiveJobs/ActiveJobsMedia.jsx b/src/components/MyActiveJobs/ActiveJobsMedia.jsx index d894e64..c452e31 100644 --- a/src/components/MyActiveJobs/ActiveJobsMedia.jsx +++ b/src/components/MyActiveJobs/ActiveJobsMedia.jsx @@ -397,7 +397,7 @@ function ActiveJobsMedia(props) { -
+
{/* TEXTAREA SECTION */}
@@ -495,51 +495,51 @@ function ActiveJobsMedia(props) { {/* Buttons Sections */}
-
- - {tab == "files" ? ( +
+ {tab == "files" ? ( + - ) : ( - ) : ( - Send + )} - - )}
{/* end of Buttons Sections */} diff --git a/src/components/Partials/Layout.jsx b/src/components/Partials/Layout.jsx index acf90ad..5432e35 100644 --- a/src/components/Partials/Layout.jsx +++ b/src/components/Partials/Layout.jsx @@ -10,6 +10,8 @@ import RightSideBar from "./RightSideBar"; import Sidebar from "./Sidebar"; export default function Layout({ children }) { + const { userDetails } = useSelector((state) => state?.userDetails); // CHECKS FOR USER Details + const { drawer } = useSelector((state) => state.drawer); const { userJobList } = useSelector((state) => state.userJobList); const dispatch = useDispatch(); @@ -52,7 +54,7 @@ export default function Layout({ children }) { return ( <> -
+
{/* sidebar */} {/* container */}
-
+
{children && children}
+ {userDetails.account_type == 'FULL' &&
+ }