aboutsummaryrefslogtreecommitdiff
path: root/src/components/Header/Header.tsx
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-08-08 09:49:38 +0300
committereug-vs <eug-vs@keemail.me>2020-08-08 09:49:38 +0300
commitb446a83ff24ed5ea2233c544446557ee29f44364 (patch)
tree54cf4a3a85c2a2bb7215c0ae10b6ced050242102 /src/components/Header/Header.tsx
parent6a0b6ec911c39989a1af4322e2a32d75fddbb274 (diff)
downloadwhich-ui-b446a83ff24ed5ea2233c544446557ee29f44364.tar.gz
refactor: use native Route component
Diffstat (limited to 'src/components/Header/Header.tsx')
-rw-r--r--src/components/Header/Header.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx
index 9c42c31..5aa66ba 100644
--- a/src/components/Header/Header.tsx
+++ b/src/components/Header/Header.tsx
@@ -54,7 +54,7 @@ const Header: React.FC = () => {
};
const handleFeed = (): void => {
- history.push('/feed')
+ history.push('/feed');
};
const handleProfile = (): void => {