Added ellipsis to loading status string

This commit is contained in:
2023-07-13 17:43:41 +03:00
parent 619fd952a5
commit d041df0bbd
3 changed files with 6 additions and 6 deletions

View File

@ -159,7 +159,7 @@ function AddPage() {
{trashboxes.loading
? (
<div style={{ height: 400 }}>
<p>Загрузка</p>
<p>Загрузка...</p>
</div>
) : (
trashboxes.error ? (