mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 09:46:38 +00:00
code review
This commit is contained in:
parent
6e218ad924
commit
359d0ab252
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user