diff options
author | Sascha <GlancingMind@outlook.com> | 2021-03-20 14:53:23 +0100 |
---|---|---|
committer | Sascha <GlancingMind@outlook.com> | 2021-03-21 17:46:07 +0100 |
commit | 1e411f5abfffa3955504f700b5edbe7f74007ae2 (patch) | |
tree | 26e3020246e0b040ce6241eab97b3d6a8a672ad7 /webui/src/components | |
parent | 8d8eb2942f73213b175529f47af980889cd080d4 (diff) | |
download | git-bug-1e411f5abfffa3955504f700b5edbe7f74007ae2.tar.gz |
Fix eslint empty line error
Diffstat (limited to 'webui/src/components')
-rw-r--r-- | webui/src/components/Header/Header.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webui/src/components/Header/Header.tsx b/webui/src/components/Header/Header.tsx index 5a968a29..8e9b6697 100644 --- a/webui/src/components/Header/Header.tsx +++ b/webui/src/components/Header/Header.tsx @@ -53,7 +53,6 @@ function NavTabs() { setValue(newValue); }; - return ( <Tabs variant="fullWidth" |