mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 02:01:29 +10:00
- implement work experience
- implement education - show dynamic names in layout
This commit is contained in:
@ -9,7 +9,7 @@ export const transformCollectionSnapshot = (snapshot, setData) => {
|
||||
};
|
||||
|
||||
export const handleKeyDown = (event, action) => {
|
||||
event.which === 13 && action();
|
||||
(event.which === 13 || event.which === 32) && action();
|
||||
};
|
||||
|
||||
export const isFileImage = (file) => {
|
||||
|
||||
Reference in New Issue
Block a user