1 parent 525b1fb commit ba0e96aCopy full SHA for ba0e96a
1 file changed
components/screens/OtherScreens.tsx
@@ -373,7 +373,7 @@ export function ArchiveScreen() {
373
<div className="text-[13px] text-text-faint leading-relaxed">Archived wishes will appear here.</div>
374
</div>
375
) : (
376
- <AnimatePresence>
+ <AnimatePresence>
377
{archived.map((w, i) => (
378
<WishCard key={w.id} wish={w} index={i} onClick={() => openDetail(w.id)} />
379
))}
@@ -460,4 +460,5 @@ export function SearchScreen() {
460
461
462
);
463
-}
+ }
464
+
0 commit comments