Problem
Writer dashboard donation stat shows 0.001 (1) but no token symbol (WETH/PLOT).
Fix
Use RESERVE_LABEL constant to append the token symbol: 0.001 WETH (1)
Files
src/app/dashboard/writer/page.tsx (DonationCount component or wherever stat is rendered)
Problem
Writer dashboard donation stat shows
0.001 (1)but no token symbol (WETH/PLOT).Fix
Use
RESERVE_LABELconstant to append the token symbol:0.001 WETH (1)Files
src/app/dashboard/writer/page.tsx(DonationCount component or wherever stat is rendered)