inputRef.current?.focus()}
+ onClick={() => !question && inputRef.current?.focus()}
>
diff --git a/web/pages/fold/[...slugs]/index.tsx b/web/pages/fold/[...slugs]/index.tsx
index 8ddc4bca..9ada733d 100644
--- a/web/pages/fold/[...slugs]/index.tsx
+++ b/web/pages/fold/[...slugs]/index.tsx
@@ -236,7 +236,7 @@ export default function FoldPage(props: {
contractComments={activeContractComments}
/>
{activeContracts.length === 0 && (
-
+
No activity from matching markets.{' '}
{isCurator && 'Try editing to add more tags!'}