Fix link to PR

This commit is contained in:
Marek Calus
2020-11-12 10:13:18 +01:00
parent be2d7b3376
commit 7008e042f9
@@ -37,12 +37,8 @@ export const ImportFinished = ({ nextStep, PRLink, type }: Props) => {
</Grid>
<Grid item>
{type === 'repo' ? (
<Link
component={RouterLink}
to={PRLink}
style={{ marginRight: '8px' }}
>
'View pull request on GitHub'
<Link href={PRLink} style={{ marginRight: '8px' }}>
View pull request on GitHub
</Link>
) : null}
<Button