diff --git a/docs/core/getting-started/mutations.md b/docs/core/getting-started/mutations.md index f1c2d52b555e..44f881adfc18 100644 --- a/docs/core/getting-started/mutations.md +++ b/docs/core/getting-started/mutations.md @@ -98,7 +98,7 @@ export default function CreateTodo({ userId }: { userId: number }) {
diff --git a/docs/rest/api/Collection.md b/docs/rest/api/Collection.md index 89a43d577ecc..a82625a35d60 100644 --- a/docs/rest/api/Collection.md +++ b/docs/rest/api/Collection.md @@ -122,7 +122,7 @@ export default function NewTodo({ userId }: { userId?: string }) { return (
- + - +
diff --git a/docs/rest/shared/_SortDemo.mdx b/docs/rest/shared/_SortDemo.mdx index 5368d73fec59..930aae719391 100644 --- a/docs/rest/shared/_SortDemo.mdx +++ b/docs/rest/shared/_SortDemo.mdx @@ -57,12 +57,7 @@ export default function NewPost({ author }: Props) { } }); - return ( -
- - {loading ? ' ...' : ''} -
- ); + return ; } interface Props { author: string;