Skip to content

Commit a3aa6c5

Browse files
committed
chore: remove FIXME comment about hiding element in dashboard for non-SaaS instances
1 parent db4bcbb commit a3aa6c5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Shared/Components/License/DevtronLicenseCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ export const DevtronLicenseCard = ({
224224
)}
225225
</div>
226226
<div className="flexbox dc__align-items-center dc__gap-4 flex-wrap fs-12">
227-
{/* FIXME: How to hide this in dashboard */}
228227
{!isSaasInstance && (
229228
<span className="font-ibm-plex-mono cn-9">
230229
{isFreemium ? 'VALID FOREVER' : expiryDate}

0 commit comments

Comments
 (0)