forked from amer2004/SweetHome
Edit payment
This commit is contained in:
@ -67,7 +67,7 @@ function normalizeText(value) {
|
|||||||
|
|
||||||
function isHaramText(value) {
|
function isHaramText(value) {
|
||||||
const text = normalizeText(value);
|
const text = normalizeText(value);
|
||||||
return text.includes('haram') || text.includes('هرم') || text.includes('حرام');
|
return text.includes('haram') || text.includes('هرم') || text.includes('هرام');
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function PaymentsPage() {
|
export default function PaymentsPage() {
|
||||||
|
|||||||
Reference in New Issue
Block a user