Skip to content

Commit

Permalink
Merge pull request #347 from AntlerVC/develop
Browse files Browse the repository at this point in the history
fix yarn.lock
  • Loading branch information
AntlerEngineering authored Mar 11, 2021
2 parents b21b7c4 + 0c88be9 commit 9ddc5bc
Show file tree
Hide file tree
Showing 2 changed files with 2,835 additions and 2,318 deletions.
2 changes: 1 addition & 1 deletion www/src/components/StyledCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default function StyledCard({
{primaryLink && (
<Button
color="primary"
component={Link}
component={Link as any}
to={primaryLink.to}
children={primaryLink.children || primaryLink.label}
endIcon={<GoIcon />}
Expand Down
Loading

0 comments on commit 9ddc5bc

Please sign in to comment.