mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove empty arrow function
This commit is contained in:
parent
0998048163
commit
d8e0648070
1 changed files with 3 additions and 1 deletions
|
|
@ -195,7 +195,9 @@ function NavHeader(props: NavHeaderProps): JSX.Element {
|
|||
mr: '16px',
|
||||
}}
|
||||
>
|
||||
<ArticleActionsMenu layout='horizontal' articleActionHandler={() => {}} />
|
||||
<ArticleActionsMenu layout='horizontal' articleActionHandler={() => {
|
||||
console.log('action handler')
|
||||
}} />
|
||||
</HStack>
|
||||
|
||||
{props.username ? (
|
||||
|
|
|
|||
Loading…
Reference in a new issue