Skip to content

Commit 76e5ca6

Browse files
committed
mr: self-review
#171
1 parent 92a2b19 commit 76e5ca6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/features/hero-sheet/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ import { ReactComponent as SadIcon } from "./assets/github-icon-sad.svg";
66
import "./index.scss";
77

88
type UserAction = {
9+
/** Текст действия */
910
text: string;
11+
/** Обработчик действия */
1012
to: () => void;
1113
};
1214

0 commit comments

Comments
 (0)