mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Merge pull request 'CSSWidget: don't filter funded proposals' (#246) from tobtoht/feather:ccs_no_filter into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/246
This commit is contained in:
commit
f8f1e824a1
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ void CCSModel::updateEntries(const QList<QSharedPointer<CCSEntry>>& entries) {
|
|||
|
||||
m_entries.clear();
|
||||
for (const auto& entry : entries) {
|
||||
if (entry->raised_amount > entry->target_amount)
|
||||
continue;
|
||||
m_entries.push_back(entry);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue