Update TimeSelector.tsx (#1515)

delete garbled code
This commit is contained in:
wusphinx 2021-08-03 15:01:01 +08:00 committed by GitHub
parent 7bbff7fb86
commit c1ed7b77aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ export const TimeSelector: FC<TimeSelectorProps> = ({setDuration}) => {
aria-haspopup="true"
style={{cursor: "pointer"}}
onMouseEnter={handlePopoverOpen}
onMouseLeave={handlePopoverClose}><EFBFBD>:&nbsp;</span>
onMouseLeave={handlePopoverClose}>:&nbsp;</span>
<Popover
open={open}
anchorEl={anchorEl}
@ -117,4 +117,4 @@ export const TimeSelector: FC<TimeSelectorProps> = ({setDuration}) => {
</Box>
</Box>
</Box>;
};
};