mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
⭐ Start the forum framework
This commit is contained in:
@@ -132,7 +132,12 @@ const InfiniteGridItem = forwardRef<HTMLDivElement, {
|
||||
|
||||
useEffect(() =>
|
||||
{
|
||||
if(!itemImage || !itemImage.length) return;
|
||||
if(!itemImage || !itemImage.length)
|
||||
{
|
||||
setBackgroundImageUrl(null);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
const image = new Image();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user