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.
FC<T>
1 parent aca4b49 commit 4ba6c1dCopy full SHA for 4ba6c1d
site/src/modules/resources/SSHButton/SSHButton.tsx
@@ -84,7 +84,7 @@ export const SSHButton: FC<SSHButtonProps> = ({
84
85
interface SSHStepProps { helpText: string; codeExample: string }
86
87
-const SSHStep = ({ helpText, codeExample }: SSHStepProps) => (
+const SSHStep: FC<SSHStepProps> = ({ helpText, codeExample }) => (
88
<li style={{ listStylePosition: "inside" }}>
89
<HelpTooltipText style={{ display: "inline" }}>
90
<strong css={styles.codeExampleLabel}>{helpText}</strong>
0 commit comments