Gaëtan Renaudeau
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
src/components/OperationsList/Operation.js
|
@ -49,6 +49,10 @@ const OperationRaw = styled(Box).attrs({ |
|
|
` |
|
|
` |
|
|
|
|
|
|
|
|
const Address = ({ value }: { value: string }) => { |
|
|
const Address = ({ value }: { value: string }) => { |
|
|
|
|
|
if (!value) { |
|
|
|
|
|
return <Box /> |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
const addrSize = value.length / 2 |
|
|
const addrSize = value.length / 2 |
|
|
|
|
|
|
|
|
const left = value.slice(0, 10) |
|
|
const left = value.slice(0, 10) |
|
|