This website works better with JavaScript.
Home
Explore
Help
Sign In
jbell730
/
signet-frontend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Change threshold in NearlyCompletedFunds
master
Jared
1 year ago
parent
4a9ccbd6ff
commit
d038a9f52c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/AdminDashboardView.vue
+ 1
- 1
src/views/AdminDashboardView.vue
View File
@@ -21,7 +21,7 @@ import { NearlyCompletedFund } from '@/api/types';
const nearlyCompletedFunds = ref([] as NearlyCompletedFund[]);
const threshold = 5000;
const threshold =
1
5000;
const req = await getNearlyCompletedFunds(threshold);
if (req?.funds) {
Write
Preview
Loading…
Cancel
Save