mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-27 07:23:31 +00:00
Merge pull request #4015 from lbryio/fix-moreTxoListStatusHiding
modify status hiding in txolist
This commit is contained in:
commit
deb5ccab85
1 changed files with 1 additions and 3 deletions
|
@ -44,9 +44,7 @@ function TxoList(props: Props) {
|
||||||
};
|
};
|
||||||
|
|
||||||
const hideStatus =
|
const hideStatus =
|
||||||
type === TXO.SENT ||
|
type === TXO.SENT || (currentUrlParams.type === TXO.RECEIVED && currentUrlParams.subtype !== TXO.TIP);
|
||||||
(currentUrlParams.type === TXO.RECEIVED &&
|
|
||||||
(currentUrlParams.subtype === TXO.PAYMENT || currentUrlParams.subtype === TXO.PURCHASE));
|
|
||||||
|
|
||||||
const params = {};
|
const params = {};
|
||||||
if (currentUrlParams.type) {
|
if (currentUrlParams.type) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue