diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-14 01:18:16 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-14 01:18:16 +0300 |
commit | 05ccf76dbbb54e52ae81a469f91b3660057058dc (patch) | |
tree | d0509803f8e9d092d7e423c439d67da8e0ca97ec /src/components/Header.tsx | |
parent | c6fac69a8273ce20216002925deb0a2b5425dc25 (diff) | |
download | commercel-ui-05ccf76dbbb54e52ae81a469f91b3660057058dc.tar.gz |
style: install eslint
Diffstat (limited to 'src/components/Header.tsx')
-rw-r--r-- | src/components/Header.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 75d96a9..bc77bf8 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -8,7 +8,7 @@ interface Props { }[]; } -const Header: React.FC<Props> = ({ children, navigation }) => { +const Header: React.FC<Props> = ({ navigation }) => { return ( <header className="bg-black text-white flex"> {navigation.map(({ name, route }) => ( |