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
19ea1083
Unverified
Commit
19ea1083
authored
Dec 07, 2023
by
Igor Stuev
Committed by
GitHub
Dec 07, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1401 from blockscout/fe-1368
stability fee add token icon
parents
3d419e0c
2f0c086d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
TxFeeStability.tsx
ui/shared/tx/TxFeeStability.tsx
+1
-1
TxDetails.pw.tsx_default_stability-customization-1.png
...__/TxDetails.pw.tsx_default_stability-customization-1.png
+0
-0
No files found.
ui/shared/tx/TxFeeStability.tsx
View file @
19ea1083
...
...
@@ -27,7 +27,7 @@ const TxFeeStability = ({ data, isLoading, hideUsd, accuracy, className }: Props
return
(
<
Skeleton
whiteSpace=
"pre"
isLoaded=
{
!
isLoading
}
display=
"flex"
className=
{
className
}
>
<
span
>
{
valueStr
}
</
span
>
{
valueStr
!==
'
0
'
&&
<
TokenEntity
token=
{
data
.
token
}
no
Icon
noCopy
onlySymbol
w=
"auto"
/>
}
{
valueStr
!==
'
0
'
&&
<
TokenEntity
token=
{
data
.
token
}
no
Copy
onlySymbol
w=
"auto"
ml=
{
1
}
/>
}
{
usd
&&
!
hideUsd
&&
<
chakra
.
span
color=
"text_secondary"
>
($
{
usd
}
)
</
chakra
.
span
>
}
</
Skeleton
>
);
...
...
ui/tx/__screenshots__/TxDetails.pw.tsx_default_stability-customization-1.png
View replaced file @
3d419e0c
View file @
19ea1083
79.3 KB
|
W:
|
H:
79.7 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