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