cedarstalking with keyboard shortcuts
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix footer

-1
-1
src/search-directory.tsx
··· 825 825 ) : ( 826 826 <List.Section 827 827 title={`${results.length} result${results.length !== 1 ? "s" : ""}`} 828 - footer={cacheSize > 0 ? `${cacheSize} people cached` : undefined} 829 828 > 830 829 {results.map((person) => ( 831 830 <PersonListItem