Skip to content

Commit

Permalink
fix day upper case if format is set
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarpentier committed Jul 12, 2019
1 parent 454ee73 commit 5e07c50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Day.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ export default class Day<
<Text style={[styles.text, textStyle]}>
{moment(currentMessage.createdAt)
.locale(this.context.getLocale())
.format(dateFormat)
.toUpperCase()}
.format(dateFormat)}
</Text>
</View>
</View>
Expand Down

0 comments on commit 5e07c50

Please sign in to comment.