mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
90% completed, only final touches left
This commit is contained in:
@ -41,6 +41,7 @@ const AwardsTab = ({ data, onChange }) => {
|
||||
last={index === data.awards.items.length - 1}
|
||||
/>
|
||||
))}
|
||||
|
||||
<AddItem dispatch={dispatch} />
|
||||
</>
|
||||
);
|
||||
|
||||
@ -42,6 +42,7 @@ const EducationTab = ({ data, onChange }) => {
|
||||
last={index === data.education.items.length - 1}
|
||||
/>
|
||||
))}
|
||||
|
||||
<AddItem dispatch={dispatch} />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user