Skip to content

Commit

Permalink
fix: The name "FooterActionButtons" does not exist in the build version
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed May 25, 2022
1 parent 57f296b commit 2d13777
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions react/Viewer/Footer/FooterActionButtons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const FooterActionButtons = ({ children, file }) => {
return mapToAllChildren(children, child => cloneElement(child, { file }))
}

FooterActionButtons.displayName = 'FooterActionButtons'

FooterActionButtons.propTypes = {
children: PropTypes.oneOfType([
PropTypes.node,
Expand Down

0 comments on commit 2d13777

Please sign in to comment.