참가 대기 중 ...
- {randomPositions.map((position, index) => (
-
{
- if (element) {
- buttonRefs.current[index] = element;
- }
- }}
- >
-
-
- ))}
+
+
+
+ 참가 대기 중
+
+
+
+ {guests.length === 0 ? 'no' : guests.length} participants
+
+
+
+ {randomPositions.map((position, index) => (
+
{
+ if (element) {
+ buttonRefs.current[index] = element;
+ }
+ }}
+ >
+
+ {/* TODO: connect 여부에 따른 색상 수정 */}
+
+ {guests[index]}
+
+
+ ))}
+