Skip to content

Commit

Permalink
Updated proptype for footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkendis committed May 27, 2020
1 parent 002c19d commit ccd532f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main/footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const mapStateToProps = state => ({
});

Footer.propTypes = {
lastUpdated: propTypes.number,
lastUpdated: propTypes.string,
version: propTypes.string,
backendSha: propTypes.string,
menuIsOpen: propTypes.bool.isRequired,
Expand Down

0 comments on commit ccd532f

Please sign in to comment.