mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-13 04:01:30 +08:00
feat: show add credit card chat icon only to logged in users (#5863)
This commit is contained in:
parent
23704b00ce
commit
b9ab6d3fd4
@ -78,6 +78,7 @@ function AppLayout(props: AppLayoutProps): JSX.Element {
|
||||
const isCloudUserVal = isCloudUser();
|
||||
|
||||
const showAddCreditCardModal =
|
||||
isLoggedIn &&
|
||||
isChatSupportEnabled &&
|
||||
isCloudUserVal &&
|
||||
!isPremiumChatSupportEnabled &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user