extracted strings from certifications tab

This commit is contained in:
Amruth Pillai
2020-03-30 01:32:38 +05:30
parent 03c181af8e
commit 5cfad6767c
6 changed files with 72 additions and 90 deletions

View File

@ -13,7 +13,7 @@ import AddItemButton from '../../../shared/AddItemButton';
import ItemHeading from '../../../shared/ItemHeading';
const WorkTab = ({ data, onChange }) => {
const { t } = useTranslation('app');
const { t } = useTranslation();
const context = useContext(AppContext);
const { dispatch } = context;