Some adjustments to AboutContactModal

This commit is contained in:
Fedor Indutny 2024-02-14 12:29:17 -08:00 committed by GitHub
parent 848ed95bda
commit 0fe797e511
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 167 additions and 7 deletions

View file

@ -256,6 +256,10 @@ export function GlobalModalContainer({
);
}
if (safetyNumberModalContactId) {
return renderSafetyNumber();
}
if (aboutContactModalProps) {
return (
<AboutContactModal
@ -282,10 +286,6 @@ export function GlobalModalContainer({
return renderUsernameOnboarding();
}
if (safetyNumberModalContactId) {
return renderSafetyNumber();
}
if (stickerPackPreviewId) {
return renderStickerPreviewModal();
}