Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit 17283dd

Browse files
author
Aryeh Stiefel
committed
Minor bug fix
1 parent 6dad0ec commit 17283dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/NavButtonText.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import styles from '../styles';
55

66
function NavButtonText({ style, children }: Object): React.Element {
77
return (
8-
<Text style={[styles.navBarButtonText, style]} {...props}>
8+
<Text style={[styles.navBarButtonText, style]} {...this.props}>
99
{children}
1010
</Text>
1111
)

0 commit comments

Comments
 (0)