Cleanup some (unused) code
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
})
|
||||
|
||||
// Photos MutationObserver
|
||||
mutationPhotos = new MutationObserver((mutationsList, observer) => {
|
||||
mutationPhotos = new MutationObserver((mutationsList) => {
|
||||
// When adding new childs
|
||||
for (const mutation of mutationsList) {
|
||||
if (mutation.type === 'childList') {
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
|
||||
|
||||
<Cart />
|
||||
|
||||
<div class="notifications">
|
||||
{#each $cartNotifications as { id, title, name, image } (id)}
|
||||
<NotificationCart
|
||||
|
||||
Reference in New Issue
Block a user