kaza namazı hesaplama düzeltildi.
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ const PRAYERS = [
|
||||
|
||||
export function renderKaza(pb) {
|
||||
const user = pb.authStore.model;
|
||||
const birthDate = user?.birthDate || user?.birthdate;
|
||||
const birthDate = user?.birthdate || user?.birthdate;
|
||||
const gender = user?.gender || "male";
|
||||
|
||||
const html = `
|
||||
|
||||
Reference in New Issue
Block a user