fix damage bug
This commit is contained in:
@@ -33,7 +33,6 @@ function GamePanel(props) {
|
||||
});
|
||||
|
||||
function PlayerCrypCard(cryp) {
|
||||
if (activeIncoming) console.log('should be a pointer');
|
||||
return (
|
||||
<div
|
||||
key={cryp.id}
|
||||
|
||||
Reference in New Issue
Block a user