WIP, próbuje zrozumieć po co istnieje frontend

This commit is contained in:
2025-04-29 14:30:57 +02:00
parent a05c1508e4
commit 580715947d
2 changed files with 20 additions and 5 deletions

View File

@@ -14,7 +14,8 @@ export default function Notices() {
}
if (error) {
return <Text>Błąd, spróbuj ponownie póżniej</Text>;
console.log(error.message);
return <Text>Nie udało sie pobrać listy. {error.message}</Text>;
}
return (