+
+ {text}
+
+ {Boolean(savedGift?.dropOriginalDetailsStars) && (
+
+ )}
+
,
]);
}
}
diff --git a/src/components/modals/gift/message/GiftDescriptionRemoveModal.async.tsx b/src/components/modals/gift/message/GiftDescriptionRemoveModal.async.tsx
new file mode 100644
index 000000000..7152ba9fc
--- /dev/null
+++ b/src/components/modals/gift/message/GiftDescriptionRemoveModal.async.tsx
@@ -0,0 +1,16 @@
+import type { FC } from '../../../../lib/teact/teact';
+
+import type { OwnProps } from './GiftDescriptionRemoveModal';
+
+import { Bundles } from '../../../../util/moduleLoader';
+
+import useModuleLoader from '../../../../hooks/useModuleLoader';
+
+const GiftDescriptionRemoveModalAsync: FC