forked from polka_billy/porridger
Added ellipsis to loading status string
This commit is contained in:
@ -159,7 +159,7 @@ function AddPage() {
|
||||
{trashboxes.loading
|
||||
? (
|
||||
<div style={{ height: 400 }}>
|
||||
<p>Загрузка</p>
|
||||
<p>Загрузка...</p>
|
||||
</div>
|
||||
) : (
|
||||
trashboxes.error ? (
|
||||
|
Reference in New Issue
Block a user