mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	CSSWidget: don't filter funded proposals
This commit is contained in:
		
							parent
							
								
									45b3f1ebde
								
							
						
					
					
						commit
						a38912a348
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -22,8 +22,6 @@ void CCSModel::updateEntries(const QList<QSharedPointer<CCSEntry>>& entries) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    m_entries.clear();
 | 
					    m_entries.clear();
 | 
				
			||||||
    for (const auto& entry : entries) {
 | 
					    for (const auto& entry : entries) {
 | 
				
			||||||
        if (entry->raised_amount > entry->target_amount)
 | 
					 | 
				
			||||||
            continue;
 | 
					 | 
				
			||||||
        m_entries.push_back(entry);
 | 
					        m_entries.push_back(entry);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue