Skip to content

Commit 092ff19

Browse files
committed
chore: rename eth-intro route
1 parent f819e9b commit 092ff19

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

src/contexts/AppContextProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export function AppContextProvider({ children }: IProps) {
8888

8989
setFundamentals(lessonsFormatResult.fundamentals);
9090
setProjects(lessonsFormatResult.projects);
91-
setEthIntro(lessonsFormatResult.ethIntro);
91+
setEthIntro(lessonsFormatResult["eth-intro"]);
9292
};
9393

9494
useEffect(() => {
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)