Skip to content

Commit 02d07be

Browse files
authored
Merge pull request #168 from Lemoncode/hooks
fix 015
2 parents 7c869e2 + 95bc655 commit 02d07be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/15_Context/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import * as React from "react";
1919

2020
export interface SessionContextProps {
2121
login: string;
22-
updateLogin: value => void;
22+
updateLogin: (value: string) => void;
2323
}
2424

2525
export const createDefaultUser = (): SessionContextProps => ({

0 commit comments

Comments
 (0)