fix: image request error message

This commit is contained in:
jialin
2024-11-29 10:58:16 +08:00
parent 0cc2a40f26
commit 890287ce72
14 changed files with 145 additions and 69 deletions
@@ -34,7 +34,7 @@ const ThumbImg: React.FC<{
[onDelete]
);
if (_.isEmpty(dataList)) {
if (!dataList?.length) {
return null;
}