mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-13 11:51:31 +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 isCloudUserVal = isCloudUser();
|
||||||
|
|
||||||
const showAddCreditCardModal =
|
const showAddCreditCardModal =
|
||||||
|
isLoggedIn &&
|
||||||
isChatSupportEnabled &&
|
isChatSupportEnabled &&
|
||||||
isCloudUserVal &&
|
isCloudUserVal &&
|
||||||
!isPremiumChatSupportEnabled &&
|
!isPremiumChatSupportEnabled &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user