mirror of
https://github.com/vacp2p/staking-demo-app.git
synced 2026-01-09 21:08:10 -05:00
fix: sync faucet "Used Today" display with reset time logic
This commit is contained in:
5694
package-lock.json
generated
5694
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -198,7 +198,7 @@
|
||||
const tierResults = await Promise.all(tierPromises);
|
||||
|
||||
// Process and store tier data
|
||||
tiers = tierResults.map((tierData: any, index) => {
|
||||
tiers = tierResults.map((tierData: any, index: number) => {
|
||||
const tier = {
|
||||
minKarma: tierData.minKarma,
|
||||
maxKarma: tierData.maxKarma,
|
||||
|
||||
Reference in New Issue
Block a user