kopia lustrzana https://github.com/cheeaun/phanpy
Fix title not working on Bookmarks page
rodzic
4462227139
commit
1cb0d7da52
|
@ -9,7 +9,7 @@ const LIMIT = 20;
|
|||
|
||||
function Bookmarks() {
|
||||
const { t } = useLingui();
|
||||
useTitle(t`Bookmarks`, '/bookmarks');
|
||||
useTitle(t`Bookmarks`, '/b');
|
||||
const { masto, instance } = api();
|
||||
const bookmarksIterator = useRef();
|
||||
async function fetchBookmarks(firstLoad) {
|
||||
|
|
Ładowanie…
Reference in New Issue