Skip to content

Commit 6e197ac

Browse files
authored
Rerun Prettier
1 parent 4504eea commit 6e197ac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/TutorialReact.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export default function Link({page, children}) {
9191
</a>
9292
);
9393
}
94-
9594
```
9695

9796
> Note: Examples are using Function components, but Class components can be tested in the same way. See [React: Function and Class Components](https://reactjs.org/docs/components-and-props.html#function-and-class-components). **Reminders** that with Class components, we expect Jest to be used to test props and not methods directly.

0 commit comments

Comments
 (0)