|
@@ -21,7 +21,7 @@ import { NearlyCompletedFund } from '@/api/types'; |
|
|
|
|
|
|
|
|
const nearlyCompletedFunds = ref([] as NearlyCompletedFund[]); |
|
|
const nearlyCompletedFunds = ref([] as NearlyCompletedFund[]); |
|
|
|
|
|
|
|
|
const threshold = 5000; |
|
|
|
|
|
|
|
|
const threshold = 15000; |
|
|
|
|
|
|
|
|
const req = await getNearlyCompletedFunds(threshold); |
|
|
const req = await getNearlyCompletedFunds(threshold); |
|
|
if (req?.funds) { |
|
|
if (req?.funds) { |
|
|