We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838e458 commit 3d9dc0dCopy full SHA for 3d9dc0d
dotcom-rendering/src/components/FootballMiniMatchStats.tsx
@@ -49,7 +49,6 @@ export const FootballMiniMatchStats = ({
49
awayTeam,
50
stats,
51
}: Props) => {
52
- console.log(homeTeam, awayTeam, stats);
53
return (
54
<div css={containerCss}>
55
{stats.map((stat) => (
0 commit comments