Skip to content

Commit 8debbf6

Browse files
author
Bannon Tanner
authored
fixed broken block switcher (aws-amplify#5351)
1 parent edd778f commit 8debbf6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/fragments/lib/graphqlapi/js/authz.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ const createdTodo = await API.graphql<GraphQLQuery<CreateTodoMutation>>({
8383
```
8484

8585
</Block>
86-
8786
<Block name="JavaScript">
87+
8888
```js
8989
// ...
9090

@@ -123,7 +123,6 @@ const createdTodo = await API.graphql<GraphQLQuery<CreateTodoMutation>>({
123123
```
124124

125125
</Block>
126-
127126
<Block name="JavaScript">
128127

129128
```js

0 commit comments

Comments
 (0)