Skip to content

Commit

Permalink
Merge pull request #26902 from mkhutornyi/fix-26719
Browse files Browse the repository at this point in the history
import moment for es locale
  • Loading branch information
neil-marcellini authored Sep 11, 2023
2 parents 00ad8cf + 93cf635 commit 3f0b5c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/App.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import moment from 'moment-timezone';
import 'moment/locale/es';
import {AppState} from 'react-native';
import Onyx from 'react-native-onyx';
import lodashGet from 'lodash/get';
Expand Down

0 comments on commit 3f0b5c3

Please sign in to comment.