Some adjustments to AboutContactModal
This commit is contained in:
parent
848ed95bda
commit
0fe797e511
8 changed files with 167 additions and 7 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue