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
2dca1e17
Commit
2dca1e17
authored
Dec 20, 2024
by
isstuev
Committed by
tom goriunov
Dec 23, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix pools 2
parent
feef1e7b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
PoolsTable.tsx
ui/pools/PoolsTable.tsx
+1
-1
PoolsTableItem.tsx
ui/pools/PoolsTableItem.tsx
+1
-1
No files found.
ui/pools/PoolsTable.tsx
View file @
2dca1e17
...
...
@@ -18,7 +18,7 @@ type Props = {
const
PoolsTable
=
({
items
,
page
,
isLoading
,
top
}:
Props
)
=>
{
return
(
<
Table
>
<
Table
minWidth=
"900px"
>
<
Thead
top=
{
top
??
ACTION_BAR_HEIGHT_DESKTOP
}
>
<
Tr
>
<
Th
width=
"70%"
>
Pool
</
Th
>
...
...
ui/pools/PoolsTableItem.tsx
View file @
2dca1e17
...
...
@@ -31,7 +31,7 @@ const PoolsTableItem = ({
<
Skeleton
isLoaded=
{
!
isLoading
}
>
<
Text
px=
{
2
}
>
{
getItemIndex
(
index
,
page
)
}
</
Text
>
</
Skeleton
>
<
Box
>
<
Box
overflow=
"hidden"
>
<
PoolEntity
pool=
{
item
}
fontWeight=
{
700
}
mb=
{
2
}
isLoading=
{
isLoading
}
/>
<
AddressEntity
address=
{
{
hash
:
item
.
contract_address
}
}
...
...
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