diff options
author | Renard | 2019-09-27 01:32:38 -0300 |
---|---|---|
committer | Renard | 2019-09-27 01:32:38 -0300 |
commit | ffbe4d7983cab25f0640c43583e89b0b4812069a (patch) | |
tree | 73de1588279e620e7792b74708655530fadf8ce2 | |
parent | 020a8f14632db1a62d0bd1ed955ddedf854ffb39 (diff) | |
download | bai-client-ffbe4d7983cab25f0640c43583e89b0b4812069a.tar.gz bai-client-ffbe4d7983cab25f0640c43583e89b0b4812069a.tar.xz bai-client-ffbe4d7983cab25f0640c43583e89b0b4812069a.zip |
Fix: nightMode para post eliminados
-rw-r--r-- | src/Post.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Post.js b/src/Post.js index 78be0b6..a950f7c 100644 --- a/src/Post.js +++ b/src/Post.js @@ -74,7 +74,7 @@ const Post = ({ index, post, locked, threadId, currentBoard, nightMode }) => { // Manejo de posts eliminados if (post.IS_DELETED > 0) { return ( - <Comment> + <Comment inverted={nightMode}> <Comment.Avatar src={`https://bienvenidoainternet.org/static/css/img/picnicbdy.gif`} /> |