I really do not like eslint rn
This commit is contained in:
		@@ -19,7 +19,7 @@ const Progress = React.forwardRef<
 | 
			
		||||
  >
 | 
			
		||||
    <ProgressPrimitive.Indicator
 | 
			
		||||
      className="h-full w-full flex-1 bg-primary transition-all"
 | 
			
		||||
      style={{ transform: `translateX(-${100 - (value || 0)}%)` }}
 | 
			
		||||
      style={{ transform: `translateX(-${100 - (value ?? 0)}%)` }}
 | 
			
		||||
    />
 | 
			
		||||
  </ProgressPrimitive.Root>
 | 
			
		||||
))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user