Skip to content

Commit

Permalink
removed cursor pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
konavivekramakrishna committed Nov 15, 2023
1 parent 02ed641 commit 5e5120e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Components/Facility/FacilityHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,9 @@ export const FacilityHome = (props: any) => {
</div>
) : (
<div
className={`group relative z-0 flex w-full shrink-0 items-center justify-center self-stretch bg-gray-300 md:hidden ${
hasPermissionToEditCoverImage && "cursor-pointer"
}`}
className={
"group relative z-0 flex w-full shrink-0 items-center justify-center self-stretch bg-gray-300 md:hidden"
}
onClick={() =>
hasPermissionToEditCoverImage && setEditCoverImage(true)
}
Expand Down

0 comments on commit 5e5120e

Please sign in to comment.