주석제거
This commit is contained in:
@@ -107,7 +107,6 @@ export default memo(function PlayerItemCard({
|
||||
const progressStyle = useMemo(() => ({ width: `${percent}%` }), [percent]);
|
||||
const ariaLabel = "Selected, " + patnerName + " " + productName;
|
||||
|
||||
console.log("#liveInfo", liveInfo);
|
||||
return (
|
||||
<SpottableComponent
|
||||
className={classNames(
|
||||
|
||||
Reference in New Issue
Block a user