Skip to content

Commit

Permalink
MOB-2104 - Enable Apps Inbox for ULW (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg-Pecheneg authored Jul 9, 2024
1 parent 6c9a41f commit 021c840
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ extension ChatListViewModel {
var isChannelsSupported: Bool {
switch selectedProfile {
case .wallet(let wallet):
return wallet.udWallet.type != .mpc
return true
case .webAccount:
return false
}
Expand Down

0 comments on commit 021c840

Please sign in to comment.