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
41f1fbb9
Commit
41f1fbb9
authored
Apr 04, 2023
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove "-"
parent
60a8519f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
TxState.pw.tsx_default_base-view-mobile-1.png
...reenshots__/TxState.pw.tsx_default_base-view-mobile-1.png
+0
-0
TxStateTableItem.tsx
ui/tx/state/TxStateTableItem.tsx
+2
-2
No files found.
ui/tx/__screenshots__/TxState.pw.tsx_default_base-view-mobile-1.png
View replaced file @
60a8519f
View file @
41f1fbb9
39.7 KB
|
W:
|
H:
39.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ui/tx/state/TxStateTableItem.tsx
View file @
41f1fbb9
...
@@ -19,7 +19,7 @@ const TxStateTableItem = ({ data }: Props) => {
...
@@ -19,7 +19,7 @@ const TxStateTableItem = ({ data }: Props) => {
return
(
return
(
<
Tr
>
<
Tr
>
<
Td
lineHeight=
"30px"
>
<
Td
lineHeight=
"30px"
>
{
tag
||
'
-
'
}
{
tag
}
</
Td
>
</
Td
>
<
Td
>
<
Td
>
<
Address
height=
"30px"
>
<
Address
height=
"30px"
>
...
@@ -30,7 +30,7 @@ const TxStateTableItem = ({ data }: Props) => {
...
@@ -30,7 +30,7 @@ const TxStateTableItem = ({ data }: Props) => {
<
Td
isNumeric
lineHeight=
"30px"
>
{
before
}
</
Td
>
<
Td
isNumeric
lineHeight=
"30px"
>
{
before
}
</
Td
>
<
Td
isNumeric
lineHeight=
"30px"
>
{
after
}
</
Td
>
<
Td
isNumeric
lineHeight=
"30px"
>
{
after
}
</
Td
>
<
Td
isNumeric
lineHeight=
"30px"
>
{
change
}
</
Td
>
<
Td
isNumeric
lineHeight=
"30px"
>
{
change
}
</
Td
>
<
Td
lineHeight=
"30px"
>
{
tokenId
||
'
-
'
}
</
Td
>
<
Td
lineHeight=
"30px"
>
{
tokenId
}
</
Td
>
</
Tr
>
</
Tr
>
);
);
};
};
...
...
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