Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
788fb050
Commit
788fb050
authored
Mar 16, 2023
by
isstuev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
token transfer table fix
parent
4bbba6fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
TokenTransferTable.tsx
ui/token/TokenTransfer/TokenTransferTable.tsx
+2
-2
TokenTransfer.pw.tsx_default_erc20-mobile-1.png
...enshots__/TokenTransfer.pw.tsx_default_erc20-mobile-1.png
+0
-0
TokenTransfer.pw.tsx_default_erc721-mobile-1.png
...nshots__/TokenTransfer.pw.tsx_default_erc721-mobile-1.png
+0
-0
No files found.
ui/token/TokenTransfer/TokenTransferTable.tsx
View file @
788fb050
...
...
@@ -22,10 +22,10 @@ const TokenTransferTable = ({ data, top, showSocketInfo, socketInfoAlert, socket
const
tokenSymbol
=
data
[
0
].
token
.
symbol
;
return
(
<
Table
variant=
"simple"
size=
"sm"
>
<
Table
variant=
"simple"
size=
"sm"
minW=
"950px"
>
<
Thead
top=
{
top
}
>
<
Tr
>
<
Th
width=
"60%"
>
Txn hash
</
Th
>
<
Th
width=
{
tokenType
===
'
ERC-1155
'
?
'
60%
'
:
'
80%
'
}
>
Txn hash
</
Th
>
<
Th
width=
"164px"
>
Method
</
Th
>
<
Th
width=
"148px"
>
From
</
Th
>
<
Th
width=
"36px"
px=
{
0
}
/>
...
...
ui/token/TokenTransfer/__screenshots__/TokenTransfer.pw.tsx_default_erc20-mobile-1.png
View replaced file @
4bbba6fa
View file @
788fb050
19.7 KB
|
W:
|
H:
19.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ui/token/TokenTransfer/__screenshots__/TokenTransfer.pw.tsx_default_erc721-mobile-1.png
View replaced file @
4bbba6fa
View file @
788fb050
20.3 KB
|
W:
|
H:
20.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment