diff --git a/app/javascript/gabsocial/components/footer_bar.js b/app/javascript/gabsocial/components/footer_bar.js index 60a40f73..8590c30b 100644 --- a/app/javascript/gabsocial/components/footer_bar.js +++ b/app/javascript/gabsocial/components/footer_bar.js @@ -76,7 +76,7 @@ class FooterBar extends ImmutablePureComponent {
{ - buttons.map((props) => { + buttons.map((props, i) => { if (props.isHidden) return null const classes = CX({ @@ -134,6 +134,7 @@ class FooterBar extends ImmutablePureComponent { href={props.href} title={props.title} className={classes} + key={`footer-bar-item-${i}`} > {childIcon}