minor changes

This commit is contained in:
chark1es 2025-03-08 15:09:21 -08:00
parent 5a114c3a76
commit 01a0262ade
2 changed files with 16 additions and 14 deletions

View file

@ -50,7 +50,9 @@ import { IoIosArrowDroprightCircle } from "react-icons/io";
if (image) { if (image) {
image.onload = () => { image.onload = () => {
if (skeleton) {
skeleton.style.display = "none"; skeleton.style.display = "none";
}
}; };
} }
}); });