fix: image request error message
This commit is contained in:
@@ -34,7 +34,7 @@ const ThumbImg: React.FC<{
|
||||
[onDelete]
|
||||
);
|
||||
|
||||
if (_.isEmpty(dataList)) {
|
||||
if (!dataList?.length) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user