fix header issue

This commit is contained in:
mantikoros 2021-12-19 18:06:47 -06:00
parent bf211b91fe
commit 28a2199ec7

View File

@ -38,6 +38,7 @@ function getNavigationOptions(user: User, options: { mobile: boolean }) {
{
name: 'Sign out',
href: '#',
onClick: () => firebaseLogout(),
},
]