Skip to content

Commit

Permalink
patch notice
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Apr 6, 2024
1 parent 1f3742e commit 593bdf7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/src/pages/org/[id]/overview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,7 @@ const OrganizationPage = withPermission(
</div>
)}
<div className="mb-4 flex flex-col items-start justify-start px-6 py-6 pb-0 text-3xl">
{
window.location.origin.includes("https://app.infisical.com") || window.location.origin.includes("http://localhost:8080") &&
{window.location.origin.includes("https://app.infisical.com") || window.location.origin.includes("http://localhost:8080") && (
<div
className={`${
!updateClosed ? "block" : "hidden"
Expand All @@ -618,8 +617,7 @@ const OrganizationPage = withPermission(
>
<FontAwesomeIcon icon={faXmark} />
</button>
</div>
}
</div>)}

<p className="mr-4 font-semibold text-white">Projects</p>
<div className="mt-6 flex w-full flex-row">
Expand Down

0 comments on commit 593bdf7

Please sign in to comment.