From 802fa79eec7458d3eb4e07f6c4e654e373057f55 Mon Sep 17 00:00:00 2001 From: Zhora Shalyapin Date: Tue, 8 Apr 2025 15:30:21 +0000 Subject: [PATCH] show if selfie --- main.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.js b/main.js index 5cabdca..21288ee 100644 --- a/main.js +++ b/main.js @@ -2322,6 +2322,10 @@ if (point.history_ru) { pointCell.append(Tag.span({ classes: "point-info", textContent: "Есть ИС" })) } + + if (point.photo_answer) { + pointCell.append(Tag.span({ classes: "point-info", textContent: "Селфи" })) + } } addStylesToHead(`