diff --git a/bskyembed/.eslintrc b/bskyembed/.eslintrc index 339900dd09..e6e575a11c 100644 --- a/bskyembed/.eslintrc +++ b/bskyembed/.eslintrc @@ -15,6 +15,6 @@ "parserOptions": { "sourceType": "module", "ecmaVersion": "latest", - "project": "./tsconfig.json" + "project": "./bskyembed/tsconfig.json" } } \ No newline at end of file diff --git a/bskyembed/src/components/embed.tsx b/bskyembed/src/components/embed.tsx index 4457defce4..1dadfee38e 100644 --- a/bskyembed/src/components/embed.tsx +++ b/bskyembed/src/components/embed.tsx @@ -193,7 +193,7 @@ export function Embed({ function Info({children}: {children: ComponentChildren}) { return (
{children}
{post.likeCount}
@@ -79,14 +84,14 @@ export function Post({thread}: Props) { )} {!!post.repostCount && ({post.repostCount}
Reply
@@ -75,7 +75,7 @@ function ErrorMessage() {
-
+
Post not found, it may have been deleted.