mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix: show cached feed time filter in UI
This commit is contained in:
@@ -197,7 +197,7 @@ const Board = ({ feedCacheKey, viewType, boardIdentifier: boardIdentifierProp, t
|
|||||||
return () => clearTimeout(timer);
|
return () => clearTimeout(timer);
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
const currentTimeFilterName = params?.timeFilterName || timeFilterName;
|
const currentTimeFilterName = timeFilterName || params?.timeFilterName;
|
||||||
|
|
||||||
const Footer = () => {
|
const Footer = () => {
|
||||||
let footerContent;
|
let footerContent;
|
||||||
|
|||||||
@@ -365,7 +365,7 @@ const Catalog = ({ feedCacheKey, viewType, boardIdentifier: boardIdentifierProp,
|
|||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
const currentTimeFilterName = params?.timeFilterName || timeFilterName;
|
const currentTimeFilterName = timeFilterName || params?.timeFilterName;
|
||||||
|
|
||||||
const Footer = () => {
|
const Footer = () => {
|
||||||
let footerContent;
|
let footerContent;
|
||||||
|
|||||||
Reference in New Issue
Block a user