-
-
- {(a, i) => {
- return (
-
-
-
- )
- }}
-
+
0}>
+
+
+
+
+ {(a, i) => {
+ return (
+
+
+
+ )
+ }}
+
+
-
+
)
}
diff --git a/src/components/Feed/Row3.tsx b/src/components/Feed/Row3.tsx
index 2a352b21..22890d24 100644
--- a/src/components/Feed/Row3.tsx
+++ b/src/components/Feed/Row3.tsx
@@ -1,5 +1,5 @@
import type { JSX } from 'solid-js/jsx-runtime'
-import { For } from 'solid-js'
+import { For, Show } from 'solid-js'
import type { Shout } from '../../graphql/types.gen'
import { ArticleCard } from './ArticleCard'
@@ -10,22 +10,24 @@ export const Row3 = (props: {
noAuthorLink?: boolean
}) => {
return (
-
-
-
-
-
- {(a) => (
-
- )}
-
+
0}>
+
+
+
+
+
+ {(a) => (
+
+ )}
+
+
-
+
)
}