mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-11-03 18:13:27 -05:00 
			
		
		
		
	Fix AddEditAccountTransaction react keys to not be duplicates
This commit is contained in:
		@@ -356,7 +356,7 @@ const AddEditTransactionModal = React.createClass({
 | 
				
			|||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			splits.push((
 | 
								splits.push((
 | 
				
			||||||
				<Row key={s.SplitId}>
 | 
									<Row key={s.SplitId == -1 ? (i+999) : s.SplitId}>
 | 
				
			||||||
				<Col xs={1}><Input
 | 
									<Col xs={1}><Input
 | 
				
			||||||
					type="text"
 | 
										type="text"
 | 
				
			||||||
					value={s.Number}
 | 
										value={s.Number}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user