mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 09:13:28 +00:00
Hightlight Coordinator and peer rating
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user