Skip to content

Commit

Permalink
Merge pull request #373 from credebl/refactor-dashboard
Browse files Browse the repository at this point in the history
refactor: dashboard allowed for member
  • Loading branch information
sanjay-k1910 authored Oct 19, 2023
2 parents 4d1e591 + bcc87e5 commit b3d2b33
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Ecosystem/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,6 @@ const Dashboard = () => {
</div>
</div>

{isEcosystemLead && (
<>
<div className="mt-4 p-4 bg-white border border-gray-200 rounded-lg shadow-sm 2xl:col-span-2 dark:border-gray-700 sm:p-6 dark:bg-gray-800">
<div className="grid w-full grid-cols-1 gap-4 mt-0 md:grid-cols-2 xl:grid-cols-2 2xl:grid-cols-2">
<DashboardCard
Expand Down Expand Up @@ -454,8 +452,6 @@ const Dashboard = () => {
onEditSuccess={handleEditModalClose}
entityData={ecosystemDetails}
/>
</>
)}
</div>
) : (
<div>
Expand Down

0 comments on commit b3d2b33

Please sign in to comment.