minor changes
This commit is contained in:
parent
5a114c3a76
commit
01a0262ade
2 changed files with 16 additions and 14 deletions
|
@ -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";
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue