mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
Remove unnessecary arrow function
This commit is contained in:
@@ -72,7 +72,7 @@ const StorySearch = (props) => {
|
||||
createdAt={new Date(story.created_at).toISOString()}
|
||||
open={storyOpen}
|
||||
author={story.author}
|
||||
goToStory={() => props.goToStory(story.id)}
|
||||
goToStory={props.goToStory}
|
||||
/>;
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user