-
- {botParams &&
- botParams.tags.map((tag, index) => (
-
-
- {tag.title}
-
- ))}
-
+ {desktop && (
+
+ {botParams &&
+ botParams.tags.map((tag, index) => (
+
+
+ {tag.title}
+
+ ))}
+
+ )}
{desktop &&
}
{desktop && (
@@ -282,12 +282,6 @@ const Page: NextPageWithLayout
= () => {
)}
- {!desktop && (
-