mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-25 00:21:28 +02:00
fix: hide upgrade button
This commit is contained in:
@@ -144,7 +144,7 @@ export function RoadmapAIChatHeader(props: RoadmapAIChatHeaderProps) {
|
||||
)}
|
||||
</div>
|
||||
|
||||
{!isDataLoading && (
|
||||
{!isDataLoading && isLoggedIn() && (
|
||||
<div className="flex gap-1.5 pr-4">
|
||||
{!isPaidUser && (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user