Do you really want to remove {props.cardName}?
32 |All cards will be deleted.
33 |Do you really want to remove {props.packName}?
38 |All cards will be deleted.
39 |Do you really want to remove {props.packName}?
39 |All cards will be deleted.
40 |Number of answers per question: {card.shots}
89 |Rate yourself:
108 | {grades.map((el, index) => { 109 | const onClickHandler = () => { 110 | setValueRadio(index + 1) 111 | } 112 | return ( 113 |