mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 23:05:17 +00:00
fix: status update not using the right component
This commit is contained in:
parent
b773766055
commit
9026108e86
@ -115,8 +115,9 @@ Item {
|
|||||||
case Constants.communityInviteType:
|
case Constants.communityInviteType:
|
||||||
return invitationBubble
|
return invitationBubble
|
||||||
default:
|
default:
|
||||||
return appSettings.compactMode ? compactMessageComponent :
|
return isStatusUpdate ? statusUpdateComponent :
|
||||||
isStatusUpdate ? statusUpdateComponent : messageComponent
|
(appSettings.compactMode ? compactMessageComponent : messageComponent)
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user