mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Ranklist own entry on top checkbox
This commit is contained in:
parent
1b3c07fce2
commit
5c430ac5f9
3 changed files with 15 additions and 4 deletions
|
@ -18,7 +18,7 @@ function ExistingReacts({ existingReacts, onClick, uid }) {
|
|||
}
|
||||
return (
|
||||
<div
|
||||
title={currReact.join(', ')}
|
||||
title={`'${key}': ${currReact.join(', ')}`}
|
||||
className={`${currReact.includes(uid) && styles.reacted}`}
|
||||
key={key}
|
||||
onClick={(e) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue