diff --git a/src/components/Activities/InfraPlanning.jsx b/src/components/Activities/InfraPlanning.jsx index 384bce74..da0a9a33 100644 --- a/src/components/Activities/InfraPlanning.jsx +++ b/src/components/Activities/InfraPlanning.jsx @@ -44,13 +44,20 @@ const InfraPlanning = () =>
-
+ {ManageInfra ? ( +
{isLoading && (

Loading...

)} {( !isLoading && projectInfra?.length === 0 ) && (

No Result Found

)} {(!isLoading && projectInfra?.length > 0) && ()}
+ ) : ( +
+ +

Access Denied: You don't have permission to perform this action. !

+
+ )}