Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Fix: trigger the release for carbon site helpers (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: vj054065 <VJ054065@cerner.net>
  • Loading branch information
Veera81 and vj054065 authored May 21, 2020
1 parent 2d83b65 commit aff1193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Releases/LatestReleasePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const styles = (theme) => ({
background: theme.palette.background.paper
}
});

const LatestRelease = (props) => {
const { className, classes, isHome } = props;
const [gitHubURL] = useReleasesURL();
Expand Down

0 comments on commit aff1193

Please sign in to comment.