Skip to content

Commit

Permalink
fix(info): add return type to markdown component
Browse files Browse the repository at this point in the history
  • Loading branch information
JMaio committed Dec 28, 2020
1 parent af0378d commit 18056cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/info/MarkdownOverrides.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const mdOverrides: MarkdownToJSX.Overrides = {
a: MdOverrideLink,
};

export const DialogInfoMarkdown = () => {
export const DialogInfoMarkdown = (): JSX.Element => {
const [infoMdText, setInfoMdText] = useState('');

// https://github.com/facebook/create-react-app/issues/2961#issuecomment-322916352
Expand Down

0 comments on commit 18056cd

Please sign in to comment.