Skip to content

Commit 822fff3

Browse files
committed
replace in virtual tree
1 parent c715b2f commit 822fff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/browser/components/virtual-tree/VirtualTree.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ const VirtualTree = (props: Props) => {
306306
className={styles.loadingSpinner}
307307
/>
308308
{loadingIcon ? (
309-
<img
309+
<RiImage
310310
className={styles.loadingIcon}
311311
src={loadingIcon}
312312
alt="loading"

0 commit comments

Comments
 (0)