chore: Update translations
This commit is contained in:
@ -26,11 +26,7 @@ export default function TrendingNotes({ count = Infinity, small = false }) {
|
|||||||
data: trendingNotesData,
|
data: trendingNotesData,
|
||||||
isLoading,
|
isLoading,
|
||||||
error,
|
error,
|
||||||
} = useCachedFetch(
|
} = useCachedFetch(trendingNotesUrl, storageKey, data => data.notes.map(a => a.event));
|
||||||
trendingNotesUrl,
|
|
||||||
storageKey,
|
|
||||||
data => data.notes.map(a => a.event),
|
|
||||||
);
|
|
||||||
|
|
||||||
const login = useLogin();
|
const login = useLogin();
|
||||||
const displayAsInitial = small ? "list" : login.feedDisplayAs ?? "list";
|
const displayAsInitial = small ? "list" : login.feedDisplayAs ?? "list";
|
||||||
|
Reference in New Issue
Block a user