Skip to content

Commit

Permalink
Fix THORChain tx history (#1563)
Browse files Browse the repository at this point in the history
* Latest [email protected]
* Disable hover effect
  • Loading branch information
luxuereal authored Jun 21, 2021
1 parent 51ef9ec commit 46e1900
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@xchainjs/xchain-crypto": "^0.2.4",
"@xchainjs/xchain-ethereum": "^0.21.4",
"@xchainjs/xchain-litecoin": "^0.6.5",
"@xchainjs/xchain-thorchain": "^0.16.1",
"@xchainjs/xchain-thorchain": "^0.17.0",
"@xchainjs/xchain-util": "^0.2.8",
"antd": "^4.15.4",
"axios": "^0.21.1",
Expand Down
2 changes: 2 additions & 0 deletions src/renderer/components/wallet/txs/table/TxsTable.style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export const Table = styled(UITable)`
font-family: 'MainFontRegular';
border: none;
color: ${palette('gray', 2)};
// Disable hover effect (as long as we don't have sorting for txs tables)
pointer-events: none;
}
.ant-table-tbody > tr > td {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4285,10 +4285,10 @@
resolved "https://registry.yarnpkg.com/@xchainjs/xchain-litecoin/-/xchain-litecoin-0.6.5.tgz#9496f02f782c9e92b6e81c92a3c307eb51b43d11"
integrity sha512-lYeMbUG5Ua81aaiekPVAyCKTI5W26XyIMeAqleUVkixF+lHPAbsACQXDPUaPhUceX9hRNiyRh1KVEK7suwaV6g==

"@xchainjs/xchain-thorchain@^0.16.1":
version "0.16.1"
resolved "https://registry.yarnpkg.com/@xchainjs/xchain-thorchain/-/xchain-thorchain-0.16.1.tgz#ab4ea5f154c846b2f9cabfffc19aac8209d33cf3"
integrity sha512-+XKZ3BEgVPzMNVHsIJo2XF9bhwOAIFxUXoMV77IwdbsdlKFRMomQLQwiOOvhj3Ch+ZHBCJ+srTDrV/c9LVZTWQ==
"@xchainjs/xchain-thorchain@^0.17.0":
version "0.17.0"
resolved "https://registry.yarnpkg.com/@xchainjs/xchain-thorchain/-/xchain-thorchain-0.17.0.tgz#6a69197ea0512fd14e741f2ca6112e58ea52ed20"
integrity sha512-qKysfe7d+7WE//FUCxuMn3tpKwhQToIWE5w737TbIk+NA9jh9qLbJwtpTPz+3uQ75UVPMHV2wKEGRCuI1CVCEw==

"@xchainjs/xchain-util@^0.2.8":
version "0.2.8"
Expand Down

0 comments on commit 46e1900

Please sign in to comment.