Pdp qui ne devrait pas bugger
continuous-integration/drone/push Build is passing Details

pull/91/head
Thomas Chazot 2 years ago
parent 42fbaf16fe
commit a3fa6351db

@ -31,7 +31,7 @@ const PlayerItemList:React.FC<MyPlayerItemListProps> =({ player, room }) => {
// const isBot = pdp === Bot;
let pdp;
const isBot = player instanceof Bot;
isBot ? pdp = BotPDP : pdp = player.profilePicture;
isBot ? pdp = BotPDP : pdp = PersonPDP;
const delBot = () => {

Loading…
Cancel
Save