mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 11:30:28 +00:00
fix alignment in table component when there's no data
This commit is contained in:
parent
df7496a80d
commit
2aac3d211f
@ -75,7 +75,7 @@ class Table extends Component {
|
|||||||
<div class="cell">{p.Pageviews}</div>
|
<div class="cell">{p.Pageviews}</div>
|
||||||
<div class="cell">{p.Visitors||"-"}</div>
|
<div class="cell">{p.Visitors||"-"}</div>
|
||||||
</div>
|
</div>
|
||||||
)}) : <div class="table-row">Nothing here, yet.</div>;
|
)}) : <div class="table-row"><div class="cell main-col">Nothing here, yet.</div></div>;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div class={(state.loading ? "loading" : '')}>
|
<div class={(state.loading ? "loading" : '')}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user