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