mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-27 07:52:57 +02:00
Proceeded returned earn history entries as inbound.
This commit is contained in:
parent
9199612cf7
commit
a0a8d76441
1 changed files with 2 additions and 1 deletions
|
@ -1118,7 +1118,8 @@ void InnerWidget::fill() {
|
||||||
st::channelEarnSemiboldLabel));
|
st::channelEarnSemiboldLabel));
|
||||||
|
|
||||||
const auto isIn
|
const auto isIn
|
||||||
= (entry.type == Data::EarnHistoryEntry::Type::In);
|
= (entry.type == Data::EarnHistoryEntry::Type::Return
|
||||||
|
|| entry.type == Data::EarnHistoryEntry::Type::In);
|
||||||
const auto recipient = Ui::Text::Wrapped(
|
const auto recipient = Ui::Text::Wrapped(
|
||||||
{ entry.provider },
|
{ entry.provider },
|
||||||
EntityType::Code);
|
EntityType::Code);
|
||||||
|
|
Loading…
Add table
Reference in a new issue