Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Refactoring the home view #396

Merged
merged 2 commits into from
Apr 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
WIP
  • Loading branch information
noah committed Apr 2, 2022
commit d720a96f336e998a3030f73452bcc218359c7f83
2 changes: 1 addition & 1 deletion ui/src/views/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const { Search } = Input
const { actions } = homeSlice

export default function Home(): JSX.Element {
const { loading, repos, page, syncing } = useAppSelector(state => state.home, shallowEqual)
const { repos, page, syncing } = useAppSelector(state => state.home, shallowEqual)
const dispatch = useAppDispatch()

useEffect(() => {
Expand Down