diff --git a/bskyembed/.eslintrc b/bskyembed/.eslintrc index 339900dd..e6e575a1 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 4457defc..1dadfee3 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.