{"version":3,"file":"TournamentPage-DhMDFE8J.js","sources":["../../src/ui/components/TournamentWindow.tsx","../../src/pages/TournamentPage.tsx"],"sourcesContent":["import Icon from 'ui/base/Icon';\nimport Container from 'ui/base/Container';\nimport EntityHeader from 'ui/partials/EntityHeader';\nimport Avatar from 'ui/components/Avatar';\nimport ProfileContent from 'ui/components/ProfileContent';\nimport { ContainerWrapper } from 'helpers/utils';\nimport type { ReactNode } from 'react';\n\nimport '../../styles/ui/components/TournamentWindow.scss';\n\nexport const TournamentWindow = ({\n name,\n championship,\n children,\n}: {\n name: string;\n championship: boolean;\n children: ReactNode;\n}) => (\n
Link FITP | \nNome | \nN° Iscritti | \nVincitore | \n
---|---|---|---|
\n \n | \n \n \n {draw.name} | \n {draw.subcribers_count} | \n\n {draw.winner ? (\n \n {draw.winner.full_name}\n | \n
Nome | \nRisultato | \nData | \n
---|---|---|
\n \n {draw.name} | \n {draw.score} | \n {draw.match_date &&{new Date(draw.match_date).toLocaleDateString()} | }\n
Prova più tardi. Se avrai nuovamente problemi, scrivici.
\n