Skip to content

Commit cd4f5eb

Browse files
authored
fix: type error (#81)
1 parent 162a0e7 commit cd4f5eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/templates/Layout/index.stories.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default { title: 'template/Layout' }
99
export const StoryLayout: React.FC<{}> = ({ children }) => (
1010
<Layout
1111
title="日々是好日"
12+
tabKey="/days"
1213
onTitleClick={event => {
1314
event.preventDefault()
1415
action('onTitleClick')(event)

0 commit comments

Comments
 (0)