diff options
author | Renard | 2019-09-12 18:00:03 -0300 |
---|---|---|
committer | Renard | 2019-09-12 18:00:03 -0300 |
commit | 5756921f22c0f7ac6133df21973bf0b15d56cc61 (patch) | |
tree | 22cbb93e3d380d97efa300f261f8eab350e4bba7 /src/Post.js | |
parent | 04eb1ecac5e6c817a45f23a3f7d55d48c40f0d0f (diff) | |
download | bai-client-5756921f22c0f7ac6133df21973bf0b15d56cc61.tar.gz bai-client-5756921f22c0f7ac6133df21973bf0b15d56cc61.tar.xz bai-client-5756921f22c0f7ac6133df21973bf0b15d56cc61.zip |
Linting
Diffstat (limited to 'src/Post.js')
-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 956cf72..a09cccf 100644 --- a/src/Post.js +++ b/src/Post.js @@ -15,7 +15,7 @@ const Post = ({ index, post, locked, dir }) => { </Header> <Segment.Group horizontal> - {post.file != "" ? + {post.file !== "" ? <Segment compact className="imageSegment"> <Label attached='bottom'>{post.file} {post.image_width}x{post.image_height} {filesize(post.file_size, { bits: true })}</Label> <Image fluid src={`https://bienvenidoainternet.org/${dir}/thumb/${post.thumb}`} /> |