fix(webui): show 0 rerolls instead NaN in Rivens
This commit is contained in:
		
							parent
							
								
									c82cad7b02
								
							
						
					
					
						commit
						5a6c06f956
					
				@ -449,6 +449,7 @@ function updateInventory() {
 | 
			
		||||
                            const td = document.createElement("td");
 | 
			
		||||
                            td.textContent = itemMap[fingerprint.compat]?.name ?? fingerprint.compat;
 | 
			
		||||
                            td.textContent += " " + RivenParser.parseRiven(rivenType, fingerprint, 1).name;
 | 
			
		||||
                            fingerprint.rerolls ??= 0;
 | 
			
		||||
                            td.innerHTML +=
 | 
			
		||||
                                " <span title='" +
 | 
			
		||||
                                loc("code_buffsNumber") +
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user