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
4addc5b6
Commit
4addc5b6
authored
Dec 16, 2022
by
Ken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused var
parent
fd19e5b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
index.tsx
src/pages/home/index.tsx
+1
-2
No files found.
src/pages/home/index.tsx
View file @
4addc5b6
import
{
handleLoading
}
from
"app/globalSlice"
;
import
{
useAppDispatch
,
useAppSelector
}
from
"app/hooks"
;
import
{
homeSelector
}
from
"app/selectors"
;
import
WrapperContainer
from
"components/WrapperContainer"
;
...
...
@@ -23,7 +22,7 @@ const HomePage = () => {
useEffect
(()
=>
{
try
{
setIsLocalLoading
(
true
);
const
timeout
=
setTimeout
(()
=>
{
setTimeout
(()
=>
{
const
newsParams
:
IPagination
=
{
Filters
:
""
,
Sorts
:
""
,
...
...
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