fix: home items duplicate when homepage loaded repeatedly

This commit is contained in:
SethBurkart123
2024-02-08 06:32:03 +11:00
parent 72cb2bb7ed
commit d9b59be781
+2
View File
@@ -2244,6 +2244,8 @@ async function loadHomePage() {
// Remove all current elements in the main div to add new elements
const main = document.getElementById('main')
main!.innerHTML = ''
if (!main) {
console.error('Main element not found.')
return