import { List } from '@/components/list'; import useAdmin from '@/hook/useAdmin'; import { getStatus } from '@/util/functions'; function TeamViewerItem({ team }) { const { gameState } = useAdmin(); const status = getStatus(team, gameState); return (
{team.name}
{status.label}