Remove a log
This commit is contained in:
parent
b30d56ecc3
commit
a93819a908
1 changed files with 0 additions and 2 deletions
|
|
@ -29,8 +29,6 @@ const HeaderMenu = (props: Props) => {
|
|||
|
||||
const [checked, setChecked] = useState(false)
|
||||
|
||||
// console.log(`Currently: ${checked} ${cookies['NEXT_LOCALE']}`)
|
||||
|
||||
useEffect(() => {
|
||||
const locale = cookies['NEXT_LOCALE']
|
||||
setChecked((locale === 'ja') ? true : false)
|
||||
|
|
|
|||
Loading…
Reference in a new issue