fix : common rtl

This commit is contained in:
elforjani3
2021-06-14 15:45:11 +02:00
parent 0a276ca5e0
commit aa21da88b3
7 changed files with 44 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
import intl from 'react-intl-universal';
export const getFiscalYearOptions = () => [
export const getFiscalYear = () => [
{
id: 0,
name: `${intl.get('january')} - ${intl.get('december')}`,