fixed type for stripe (#1746)
This commit is contained in:
parent
ce3947ac4c
commit
476399abe8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ type Props = {
|
|||
};
|
||||
eventType: { id: number };
|
||||
user: { username: string | null };
|
||||
location: string;
|
||||
location?: string | null;
|
||||
};
|
||||
|
||||
type States =
|
||||
|
|
Loading…
Reference in a new issue