diff --git a/src/views/home/boards-list/boards-list.tsx b/src/views/home/boards-list/boards-list.tsx index 7a9b53ad..e30ede60 100644 --- a/src/views/home/boards-list/boards-list.tsx +++ b/src/views/home/boards-list/boards-list.tsx @@ -82,10 +82,10 @@ const BoardsList = ({ multisub }: { multisub: MultisubSubplebbit[] }) => { const showWorksafeOnly = boardFilter === 'worksafe'; // Category visibility based on filter - const showJapaneseCulture = showAll || showWorksafeOnly; + const showJapaneseCulture = showAll || showWorksafeOnly || showNsfwOnly; const showVideoGames = showAll || showWorksafeOnly; const showInterests = showAll || showWorksafeOnly; - const showCreative = showAll || showWorksafeOnly; + const showCreative = showAll || showWorksafeOnly || showNsfwOnly; const showOther = showAll || showWorksafeOnly; const showMisc = showAll || showNsfwOnly; const showAdult = showAll || showNsfwOnly; @@ -105,56 +105,66 @@ const BoardsList = ({ multisub }: { multisub: MultisubSubplebbit[] }) => { <>

Japanese Culture

)} @@ -299,76 +309,90 @@ const BoardsList = ({ multisub }: { multisub: MultisubSubplebbit[] }) => {

Creative

)}