- Refactoring: Remove redundant check

master
Brett Zamir 2020-01-04 16:43:42 +08:00
parent 92f8a5be57
commit 77eb85e91c
1 changed files with 0 additions and 2 deletions

View File

@ -250,8 +250,6 @@ export default {
} else {
if (curMeta && curMeta.preview_url) {
title = curMeta.name || '';
}
if (curMeta && curMeta.preview_url) {
entry = $('<span>').append(
$('<img>').attr('src', curMeta.preview_url),
title