mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Include stripeConnected attribute to currentUser entity
This commit is contained in:
parent
560c0a05a0
commit
17bbaad975
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ propTypes.currentUser = shape({
|
|||
abbreviatedName: string.isRequired,
|
||||
bio: string,
|
||||
}).isRequired,
|
||||
stripeConnected: bool,
|
||||
}),
|
||||
profileImage: propTypes.image,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue