(props: {
brandColor?: string;
fontColor: string;
currentCommunity: SerializedAccount;
settings: Settings;
})
| 26 | permissions: Permissions; |
| 27 | // dep injection |
| 28 | JoinButton(props: { |
| 29 | brandColor?: string; |
| 30 | fontColor: string; |
| 31 | currentCommunity: SerializedAccount; |
nothing calls this directly
no outgoing calls
no test coverage detected