code review

This commit is contained in:
Jonathan Rainville 2021-07-07 13:07:03 -04:00 committed by Iuri Matias
parent 6e218ad924
commit 359d0ab252
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,8 @@ import "../../../../shared"
import "../../../../shared/status"
Item {
id: wrapper
property color textColor: Style.current.textColor
property string chatId: ""
property string name: "channelName"
@ -21,7 +23,6 @@ Item {
property string profileImage: realChatType === Constants.chatTypeOneToOne ? appMain.getProfileImage(chatId) || "" : ""
id: wrapper
height: 24
width: childrenRect.width