mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 14:05:44 +01:00
fix small flow issues
This commit is contained in:
@@ -4,8 +4,8 @@ import classNames from "classnames";
|
|||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
message: string,
|
message: string,
|
||||||
className: string,
|
className?: string,
|
||||||
location?: string,
|
location: string,
|
||||||
children: React.Node
|
children: React.Node
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user