From 00c71da0c32253b3dfda468e1dd66dc1127fed82 Mon Sep 17 00:00:00 2001 From: Renard Date: Sun, 6 Oct 2019 19:12:32 -0300 Subject: Threadlist fixes --- src/ThreadList.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/ThreadList.js') diff --git a/src/ThreadList.js b/src/ThreadList.js index 56f9ab2..6069157 100644 --- a/src/ThreadList.js +++ b/src/ThreadList.js @@ -48,8 +48,8 @@ class ThreadList extends Component { {threadList.map((thread, index) => { return ( - - {currentBoard.allow_images === 1 && ( + + {currentBoard.allow_images === 1 && thread.thumb !== "" && ( {thread.subject} -- cgit v1.2.1-18-gbd029