Skip to content

Commit 3409b78

Browse files
author
Julien Poulton
committed
fix(sdk): remove useless comment
1 parent f493e4c commit 3409b78

File tree

1 file changed

+1
-2
lines changed
  • engine/core/src/main/resources/view/core

1 file changed

+1
-2
lines changed

engine/core/src/main/resources/view/core/Drawer.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,8 +704,7 @@ export class Drawer {
704704
number: index,
705705
index: agent.index,
706706
type: agent.type,
707-
// isMe: agent.type === 'CODINGAMER' && agent.typeData.me,
708-
isMe: index === 0,
707+
isMe: agent.type === 'CODINGAMER' && agent.typeData.me,
709708
avatar: null
710709
}
711710

0 commit comments

Comments
 (0)