We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b44ce3 commit 3a64a3bCopy full SHA for 3a64a3b
app/src/ui/tutorial/tutorial-panel.tsx
@@ -345,6 +345,6 @@ class TutorialStepInstructions extends React.Component<
345
}
346
347
348
-const SkipLinkButton: React.SFC<{ onClick: () => void }> = props => (
349
- <LinkButton onClick={props.onClick}>Skip</LinkButton>
350
-)
+const SkipLinkButton: React.FunctionComponent<{
+ onClick: () => void
+}> = props => <LinkButton onClick={props.onClick}>Skip</LinkButton>
0 commit comments