Skip to content

Commit

Permalink
Add missing braces
Browse files Browse the repository at this point in the history
  • Loading branch information
sidevesh committed Mar 15, 2020
1 parent 9839519 commit 3ee7a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class SnackbarComponent extends Component {
{ color: this.props.messageColor },
]}
>
this.props.textMessage
{this.props.textMessage}
</Text>
)
}
Expand Down

0 comments on commit 3ee7a5a

Please sign in to comment.