90% completed, only final touches left

This commit is contained in:
Amruth Pillai
2020-03-25 16:08:42 +05:30
parent 36800a944e
commit d5dcd38edb
21 changed files with 462 additions and 24 deletions

View File

@ -41,6 +41,7 @@ const AwardsTab = ({ data, onChange }) => {
last={index === data.awards.items.length - 1}
/>
))}
<AddItem dispatch={dispatch} />
</>
);

View File

@ -42,6 +42,7 @@ const EducationTab = ({ data, onChange }) => {
last={index === data.education.items.length - 1}
/>
))}
<AddItem dispatch={dispatch} />
</>
);