fix hitching & add in frames for all fetched content

This commit is contained in:
2023-01-03 19:17:36 +01:00
parent 96516e60a2
commit c85bf3cae5
8 changed files with 90 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ const PageMeSettings = () => {
</main>
</>
)}
{error && (
{!isLoading && error && (
<main>
<h3>Wystąpił błąd.</h3>
<p>Tyle wiemy.</p>