From 20aac83e5edb4c37da3924d11549aad711f64782 Mon Sep 17 00:00:00 2001
From: Geometrically <18202329+Geometrically@users.noreply.github.com>
Date: Thu, 8 Sep 2022 20:50:52 -0700
Subject: [PATCH] Handle double ads shown (#655)
---
components/ads/Advertisement.vue | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/components/ads/Advertisement.vue b/components/ads/Advertisement.vue
index 145e43340..9c8d2ed27 100644
--- a/components/ads/Advertisement.vue
+++ b/components/ads/Advertisement.vue
@@ -29,12 +29,14 @@
-
+
+
+
@@ -87,6 +89,9 @@ export default {
position: relative;
+ div:first-child:nth-last-child(4) {
+ display: none;
+ }
div:first-child:nth-last-child(3) {
display: none;
}