File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import {
2828 changePageState ,
2929 changeSimulationState ,
3030 dailyChallengeCompletionState ,
31- dailyChallengePageState ,
3231} from '../../store/DailyChallenge/dailyChallenge' ;
3332
3433const NavBar : React . FunctionComponent = ( ) => {
@@ -38,7 +37,6 @@ const NavBar: React.FunctionComponent = () => {
3837 const loggedInUser = useAppSelector ( user ) ;
3938 const isLogged = useAppSelector ( isloggedIn ) ;
4039 const loadingAuth = useAppSelector ( loading ) ;
41- const pageState = useAppSelector ( dailyChallengePageState ) ;
4240 const dcCompletionstatus = useAppSelector ( dailyChallengeCompletionState ) ;
4341 useEffect ( ( ) => {
4442 const cookieValue = document . cookie ;
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ import {
7272 dcCodeLanguage ,
7373 dcCode ,
7474 dcSimulation ,
75- changePageState ,
7675} from '../../store/DailyChallenge/dailyChallenge' ;
7776import Tour from '../../components/TourProvider/TourProvider' ;
7877import { EditorSteps } from '../../components/TourProvider/EditorSteps' ;
@@ -292,8 +291,6 @@ export default function Dashboard(): JSX.Element {
292291 }
293292 }
294293
295- function handlePvPSimulate ( ) { }
296-
297294 const isCommitModalOpen = useAppSelector ( IsCommitModalOpen ) ;
298295
299296 function handleOpenCommitModal ( ) {
You can’t perform that action at this time.
0 commit comments