Skip to content

Commit

Permalink
fix: prevent close modal btn unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
FazioNico committed Oct 6, 2023
1 parent a39809c commit bedf776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReserveDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export function ReserveDetail(props: IReserveDetailProps) {

return (
<>
<IonContent className="ion-padding" fullscreen={true}>
<IonContent className="ion-padding">
<IonButtons className="ion-float-end">
<IonButton
color="primary"
Expand Down

0 comments on commit bedf776

Please sign in to comment.