Misc fixes

This commit is contained in:
Tanner
2025-12-01 21:07:01 +00:00
parent 9fa2699e26
commit d499cdedb0
5 changed files with 18 additions and 8 deletions
+1
View File
@@ -100,6 +100,7 @@ function Feed({ updateCache }) {
<details style={{marginBottom: '1rem'}}>
<summary>Connection error? Click to expand.</summary>
<p>{error}</p>
{stories && <p>Loaded feed from cache.</p>}
</details>
}
{stories ?