mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-04 00:10:57 +00:00 
			
		
		
		
	Fix: Format Immich totals (#2814)
This commit is contained in:
		
							parent
							
								
									ee38b7c757
								
							
						
					
					
						commit
						6c741c620c
					
				@ -30,9 +30,9 @@ export default function Component({ service }) {
 | 
			
		||||
 | 
			
		||||
  return (
 | 
			
		||||
    <Container service={service}>
 | 
			
		||||
      <Block label="immich.users" value={immichData.usageByUser.length} />
 | 
			
		||||
      <Block label="immich.photos" value={immichData.photos} />
 | 
			
		||||
      <Block label="immich.videos" value={immichData.videos} />
 | 
			
		||||
      <Block label="immich.users" value={t("common.number", { value: immichData.usageByUser.length })} />
 | 
			
		||||
      <Block label="immich.photos" value={t("common.number", { value: immichData.photos })} />
 | 
			
		||||
      <Block label="immich.videos" value={t("common.number", { value: immichData.videos })} />
 | 
			
		||||
      <Block
 | 
			
		||||
        label="immich.storage"
 | 
			
		||||
        value={
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user