fixed type for stripe (#1746)

This commit is contained in:
Peer Richelsen
2022-02-08 15:18:10 +00:00
committed by GitHub
parent ce3947ac4c
commit 476399abe8

View File

@@ -35,7 +35,7 @@ type Props = {
};
eventType: { id: number };
user: { username: string | null };
location: string;
location?: string | null;
};
type States =