Skip to content

Commit a2eddb3

Browse files
pvinisjacklam718
andauthored
typo (#215)
Co-authored-by: Jack Lam <jacklam718@gmail.com>
1 parent 7ab2773 commit a2eddb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BaseModal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class BaseModal extends Component<ModalProps, State> {
225225
<ModalContext.Provider
226226
value={{
227227
hasTitle: Boolean(modalTitle),
228-
basFooter: Boolean(footer),
228+
hasFooter: Boolean(footer),
229229
}}
230230
>
231231
<View pointerEvents={this.isSwipingOut ? 'none' : 'auto'} style={[styles.container, hidden]}>

0 commit comments

Comments
 (0)