@@ -44,6 +44,7 @@ export function FAQDialog({ open, onOpenChange }: FAQDialogProps) {
</DialogHeader>
<View className="mt-4">
+ {/* @ts-ignore */}
<mp-html content={FAQ_CONTENT} />
</View>