skeleton for h2h
This commit is contained in:
@@ -252,7 +252,7 @@ const MatchCard = ({ match, hideH2H = false }: MatchCardProps) => {
|
||||
</Paper>
|
||||
</Box>
|
||||
|
||||
{match.home && match.away && (
|
||||
{match.home && match.away && !hideH2H && h2hSheet.isOpen && (
|
||||
<Sheet
|
||||
title="Head to Head"
|
||||
{...h2hSheet.props}
|
||||
|
||||
Reference in New Issue
Block a user