fix: setup page rtl.

This commit is contained in:
elforjani3
2021-06-23 22:36:44 +02:00
parent de2cf8e8f3
commit c42a134b76
3 changed files with 25 additions and 10 deletions

View File

@@ -57,11 +57,11 @@ const initialState = {
periods: [
{
slug: 'month',
label: 'Monthly',
label: <T id={'monthly'}/>
},
{
slug: 'year',
label: 'Yearly',
label: <T id={'yearly'}/>
},
],
};