fix(ott-436): deleted close button (#137)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Armen 5 years ago committed by GitHub
parent 429c494dce
commit 88e5dd9fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/features/MatchCard/CardFinishedHover/index.tsx
  2. 2
      src/features/MatchCard/CardLiveHover/index.tsx

@ -3,7 +3,6 @@ import React from 'react'
import { Link } from 'react-router-dom'
import { CloseButton } from 'features/Common'
import { OutsideClick } from 'features/OutsideClick'
import {
@ -33,7 +32,6 @@ export const CardFinishedHover = ({
<OutsideClick onClick={onClose}>
<CardHoverWrapper onClick={onClose}>
<CardHoverInner>
<CloseButton onClick={onClose} />
<CardHoverTitle t='match_video' />
<Rows onClick={stopProp}>
<Row>

@ -3,7 +3,6 @@ import React from 'react'
import { Link } from 'react-router-dom'
import { CloseButton } from 'features/Common'
import { OutsideClick } from 'features/OutsideClick'
import {
@ -33,7 +32,6 @@ export const CardLiveHover = ({
<OutsideClick onClick={onClose}>
<CardHoverWrapper onClick={onClose}>
<CardHoverInner>
<CloseButton onClick={onClose} />
<CardHoverTitle t='match_video' />
<Rows onClick={stopProp}>
<Row>

Loading…
Cancel
Save