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
c4f9e899
Unverified
Commit
c4f9e899
authored
Mar 05, 2024
by
tom goriunov
Committed by
GitHub
Mar 05, 2024
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1665 from illuque/fix_no_deposits_text
Fix message shown when there are no deposits on L2
parents
459e5ea0
77854a0c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
OptimisticL2Deposits.tsx
ui/pages/OptimisticL2Deposits.tsx
+1
-1
ShibariumDeposits.tsx
ui/pages/ShibariumDeposits.tsx
+1
-1
No files found.
ui/pages/OptimisticL2Deposits.tsx
View file @
c4f9e899
...
@@ -76,7 +76,7 @@ const OptimisticL2Deposits = () => {
...
@@ -76,7 +76,7 @@ const OptimisticL2Deposits = () => {
<
DataListDisplay
<
DataListDisplay
isError=
{
isError
}
isError=
{
isError
}
items=
{
data
?.
items
}
items=
{
data
?.
items
}
emptyText=
"There are no
withdrawal
s."
emptyText=
"There are no
deposit
s."
content=
{
content
}
content=
{
content
}
actionBar=
{
actionBar
}
actionBar=
{
actionBar
}
/>
/>
...
...
ui/pages/ShibariumDeposits.tsx
View file @
c4f9e899
...
@@ -75,7 +75,7 @@ const L2Deposits = () => {
...
@@ -75,7 +75,7 @@ const L2Deposits = () => {
<
DataListDisplay
<
DataListDisplay
isError=
{
isError
}
isError=
{
isError
}
items=
{
data
?.
items
}
items=
{
data
?.
items
}
emptyText=
"There are no
withdrawal
s."
emptyText=
"There are no
deposit
s."
content=
{
content
}
content=
{
content
}
actionBar=
{
actionBar
}
actionBar=
{
actionBar
}
/>
/>
...
...
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