diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-08 14:39:13 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-08 14:39:13 +0300 |
commit | 0e84386fe75578bbbf2ac7854467070fe8608cde (patch) | |
tree | abab8c8d84ac3e3cde454ce87d58323ba756f728 /src/Header/Header.tsx | |
parent | 1a6c64e09af7a67dc5c69ea1e0a799b2795bcbfe (diff) | |
download | which-ui-0e84386fe75578bbbf2ac7854467070fe8608cde.tar.gz |
feat: add profile design and functionality to hide and show profile
Diffstat (limited to 'src/Header/Header.tsx')
-rw-r--r-- | src/Header/Header.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Header/Header.tsx b/src/Header/Header.tsx index 0ee6b5f..3f9e7ee 100644 --- a/src/Header/Header.tsx +++ b/src/Header/Header.tsx @@ -37,6 +37,7 @@ const Header: React.FC<PropTypes> = ({ setPage }) => { const handleProfile = (): void => { setPage('profile'); + }; const handleNotifications = (): void => {}; |