Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Newspaper Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lap nguyen
Newspaper Frontend
Commits
141a4e7c
Commit
141a4e7c
authored
Dec 25, 2022
by
Ken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused var
parent
4d454d21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
Header.scss
src/components/Header/Header.scss
+0
-3
index.tsx
src/components/Header/index.tsx
+0
-1
No files found.
src/components/Header/Header.scss
View file @
141a4e7c
...
...
@@ -36,9 +36,6 @@
@include
desktop
{
display
:
block
;
}
.iconDrawer
{
}
}
&
__navbar
{
...
...
src/components/Header/index.tsx
View file @
141a4e7c
...
...
@@ -11,7 +11,6 @@ import { getCategories } from "./headerSlice";
import
{
handleLoading
}
from
"app/globalSlice"
;
import
{
headerSelector
}
from
"app/selectors"
;
import
{
useNavigate
}
from
"react-router-dom"
;
import
{
PageUrl
}
from
"configuration/enum"
;
import
HeaderLogo
from
"./HeaderLogo"
;
export
default
function
Header
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment