feat: simple analysis page with sociogram
This commit is contained in:
@@ -136,8 +136,7 @@ export function Chemistry({ user, players }: PlayerInfoProps) {
|
||||
<h2>😬</h2>
|
||||
{playersLeft.length < 1 && (
|
||||
<span className="grey hint">
|
||||
drag people here that you'd rather not play with from worst to ...
|
||||
ok
|
||||
drag people here that you'd rather not play with
|
||||
</span>
|
||||
)}
|
||||
<PlayerList
|
||||
@@ -145,7 +144,6 @@ export function Chemistry({ user, players }: PlayerInfoProps) {
|
||||
setList={setPlayersLeft}
|
||||
group={"shared"}
|
||||
className="dragbox"
|
||||
orderedList
|
||||
/>
|
||||
</div>
|
||||
<div className="box three">
|
||||
|
Reference in New Issue
Block a user