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