Merge pull request #1833 from RoboSats/hightligh-coodinator-and-peer-rating

Hightlight Coordinator and peer rating
This commit is contained in:
KoalaSat
2025-03-28 16:26:09 +00:00
committed by GitHub

View File

@ -124,7 +124,7 @@ export const SuccessfulPrompt = ({
size='large' size='large'
onChange={(e) => { onChange={(e) => {
const rate = e.target.value; const rate = e.target.value;
setHostRating(rate); setHostRating(parseInt(rate));
}} }}
/> />
</Grid> </Grid>