fix: resolve add button bug (#500)

This commit is contained in:
Byungchul Kim 2022-07-16 00:15:21 +09:00 committed by GitHub
parent f100c572c5
commit a808cf1d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,7 @@ const Navbar: React.FC<NavbarProps> = ({ token }) => {
</Link> </Link>
<a <a
onClick={()=> { onClick={()=> {
setMobileAddDropdownOpen(false) setMobileAddDropdownOpen(!mobileAddDropdownOpen)
}} }}
className='flex items-center px-8 py-2 text-gray-100' className='flex items-center px-8 py-2 text-gray-100'
> >