upcoming tournament page, minor changes
This commit is contained in:
@@ -35,7 +35,7 @@ export const MatchCard: React.FC<MatchCardProps> = ({
|
||||
);
|
||||
|
||||
const showToolbar = useMemo(
|
||||
() => match.home && match.away,
|
||||
() => match.home && match.away && onAnnounce,
|
||||
[match.home, match.away]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user