We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de19c21 commit 959a56dCopy full SHA for 959a56d
src/HeaderButtons.js
@@ -68,7 +68,7 @@ export class HeaderButtons extends React.Component<HeaderButtonsProps> {
68
return this.props.left ? styles.extraEdgeMarginOnLeft : styles.extraEdgeMarginOnRight;
69
}
70
71
- renderVisibleButtons(visibleButtons: Array<React.Element<*>>) {
+ renderVisibleButtons(visibleButtons: Array<React.Element<*>>): Array<React.Element<*>> {
72
return visibleButtons.map(btn => {
73
const {
74
props: { title },
0 commit comments