[feature] add key to div

This commit is contained in:
Janis
2023-06-28 18:57:32 +02:00
parent 1bd6e3400b
commit 92906d25c3

View File

@@ -72,7 +72,7 @@ export default function Viewer({
</div>
);
} else {
return <></>;
return <div key={Math.random()}></div>;
}
})}
</div>