mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	Fix UI/UX Page [Settings]
[+] fix(settings.tsx): fix condition to show balance query in settings component [+] fix(settings.tsx): add condition to hide balance query for app clients
This commit is contained in:
		@@ -1052,7 +1052,7 @@ export function Settings() {
 | 
			
		||||
            </>
 | 
			
		||||
          )}
 | 
			
		||||
 | 
			
		||||
          {!shouldHideBalanceQuery ? (
 | 
			
		||||
          {!shouldHideBalanceQuery && !clientConfig?.isApp ? (
 | 
			
		||||
            <ListItem
 | 
			
		||||
              title={Locale.Settings.Usage.Title}
 | 
			
		||||
              subTitle={
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user