Show "WikiTree ID" menu when in WikiTree mode

This commit is contained in:
Przemek Wiech
2020-04-10 15:37:36 +02:00
parent 84343de432
commit 35e6a91164
4 changed files with 60 additions and 25 deletions

View File

@@ -595,7 +595,7 @@ export class App extends React.Component<RouteComponentProps, {}> {
onDownloadPng: this.onDownloadPng,
onDownloadSvg: this.onDownloadSvg,
}}
showWikiTreeLogin={this.state.source === DataSourceEnum.WIKITREE}
showWikiTreeMenus={this.state.source === DataSourceEnum.WIKITREE}
/>
)}
/>