diff --git a/src/components/Lists.tsx b/src/components/Lists.tsx
index 97cb4e7106..431a6b0c39 100644
--- a/src/components/Lists.tsx
+++ b/src/components/Lists.tsx
@@ -85,27 +85,23 @@ function ListFooterMaybeError({
a.align_center,
t.atoms.bg_contrast_25,
]}>
-
- {error ? (
- cleanError(error)
- ) : (
- Oops, something went wrong!
+
+
+ Oops, an error occurred
+
+ {error && (
+
+ {cleanError(error)}
+
)}
-
+