(currentCommunity: SerializedAccount)
| 371 | } |
| 372 | |
| 373 | function getDefaultDomainStatus(currentCommunity: SerializedAccount) { |
| 374 | if (!currentCommunity.redirectDomain) { |
| 375 | return ''; |
| 376 | } |
| 377 | return currentCommunity.redirectDomainPropagate |
| 378 | ? 'Custom domain is working.' |
| 379 | : 'Custom domain is not working.'; |
| 380 | } |
| 381 | |
| 382 | function DomainStatus({ |
| 383 | currentCommunity, |