@@ -189,7 +189,7 @@ const MyTable = forwardRef<MyTableMethods, MyTableProps>(
height={60}
srcBig={item.thumbPc || item.filePath}
src={item[v[2]] || item.thumb}
- offline={(item[v[2]] || item.thumb).includes('http')}
+ offline={(item[v[2]] || item.thumb || '').includes('http')}
/>
</div>
),