{formatObservedAt(profileData.user.observedAt)}
-접속 상태
-- {profileData.presence.channelId ? ( - 온라인 - ) : ( - 오프라인 - )} -
- {profileData.presence.channelId ? ( -채널: {profileData.presence.channelId}
- ) : ( - profileData.presence.updatedAt !== null ? -마지막 접속: {formatLastSeen(profileData.presence.updatedAt)}
: - null - )} -방 정보
-- {profileData.presence.roomId ? ( - 방 {profileData.presence.roomId} - ) : ( - 미입장 - )} -
-