fix(react): correctly show ion-back-button when going back (#23069)

resolves #22692
This commit is contained in:
Liam DeBeasi
2021-03-22 16:11:45 -04:00
committed by GitHub
parent b04fb6e849
commit 1c93b75e39
3 changed files with 23 additions and 2 deletions

View File

@ -37,7 +37,7 @@ const Details: React.FC<DetailsProps> = () => {
<IonHeader>
<IonToolbar>
<IonButtons>
<IonBackButton defaultHref="/routing/tabs/home"></IonBackButton>
<IonBackButton></IonBackButton>
</IonButtons>
<IonTitle>Details</IonTitle>
</IonToolbar>