Skip to content

Commit

Permalink
chore: correcting modal component name
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermecapitao committed Feb 26, 2021
1 parent 96efefd commit 206d2e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/contexts/ChallengesContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createContext, ReactNode, useEffect, useState } from 'react'
import Cookies from "js-cookie";

import challenges from '../../challenges.json'
import { LevelUpModal } from '../components/LevelUpMoodal'
import { LevelUpModal } from '../components/LevelUpModal'

interface Challenge {
type: 'body' | 'eye';
Expand Down

0 comments on commit 206d2e0

Please sign in to comment.