Skip to content

Commit ba0e96a

Browse files
Update OtherScreens.tsx
1 parent 525b1fb commit ba0e96a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

components/screens/OtherScreens.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ export function ArchiveScreen() {
373373
<div className="text-[13px] text-text-faint leading-relaxed">Archived wishes will appear here.</div>
374374
</div>
375375
) : (
376-
<AnimatePresence>
376+
<AnimatePresence>
377377
{archived.map((w, i) => (
378378
<WishCard key={w.id} wish={w} index={i} onClick={() => openDetail(w.id)} />
379379
))}
@@ -460,4 +460,5 @@ export function SearchScreen() {
460460
</div>
461461
</div>
462462
);
463-
}
463+
}
464+

0 commit comments

Comments
 (0)