Fixed build error

This commit is contained in:
Chris Kalani
2019-08-16 14:17:12 -07:00
parent 657e0895ea
commit 41ae45ea40

View File

@@ -268,4 +268,7 @@ export class TopBar extends React.Component<TopBarProps, TopBarState> {
private _isViewingPortal(): boolean {
return _.includes(this.props.location.pathname, WebsitePaths.Portal);
}
private _shouldDisplayBottomBar(): boolean {
return this._isViewingPortal();
}
} // tslint:disable:max-file-line-count