Add 30 n1234
This commit is contained in:
parent
66fddb2a83
commit
97e6aac39d
@ -13,7 +13,7 @@ export default function ServicesSubscriptions()
|
||||
const themeType = useAppSelector((state) => state.themeTypeReducer.value.themeType)
|
||||
// declare global variables
|
||||
const cookies = new Cookies();
|
||||
const t = useTranslations('statistics');
|
||||
const t = useTranslations();
|
||||
const locale = cookies.get("NEXT_LOCALE")
|
||||
const isRtl = locale == 'ar' ? true : false
|
||||
const isDark = themeType == 'dark' ? true : false
|
||||
|
||||
@ -13,7 +13,7 @@ export default function WorkersJobTypes()
|
||||
const themeType = useAppSelector((state) => state.themeTypeReducer.value.themeType)
|
||||
// declare global variables
|
||||
const cookies = new Cookies();
|
||||
const t = useTranslations('statistics');
|
||||
const t = useTranslations();
|
||||
const locale = cookies.get("NEXT_LOCALE")
|
||||
const isRtl = locale == 'ar' ? true : false
|
||||
const isDark = themeType == 'dark' ? true : false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user