add missing prop from merge

This commit is contained in:
KDSBrowne 2019-04-11 21:12:54 +00:00
parent a28acaee4a
commit 1e76a117cf
2 changed files with 2 additions and 1 deletions

View File

@ -92,6 +92,7 @@ class Base extends Component {
approved, approved,
meetingExist, meetingExist,
animations, animations,
ejected,
meteorIsConnected, meteorIsConnected,
subscriptionsReady, subscriptionsReady,
} = this.props; } = this.props;

View File

@ -26,4 +26,4 @@
--indicator-padding-bottom: 0.7em; --indicator-padding-bottom: 0.7em;
--user-indicators-offset: -5px; --user-indicators-offset: -5px;
} }