Commit 77854a0c authored by Iago Lluque's avatar Iago Lluque

Fix message shown when there are no deposits on L2

parent 421e2a3e
......@@ -76,7 +76,7 @@ const OptimisticL2Deposits = () => {
<DataListDisplay
isError={ isError }
items={ data?.items }
emptyText="There are no withdrawals."
emptyText="There are no deposits."
content={ content }
actionBar={ actionBar }
/>
......
......@@ -75,7 +75,7 @@ const L2Deposits = () => {
<DataListDisplay
isError={ isError }
items={ data?.items }
emptyText="There are no withdrawals."
emptyText="There are no deposits."
content={ content }
actionBar={ actionBar }
/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment