Skip to content

Commit

Permalink
Update view.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubinquitous authored Feb 23, 2024
1 parent 9a53259 commit 0c3dca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const MEMBERS = "members";
</td>
<td>
<div class="S">${isCheckInFirstMember ? "✔️" : "-"}</div>
<div>${isCheckInSecondMember ? "✔️" : "-"}</div>
<div>${dateFormat(secondCheckInInfo?.checkInTime) !== "-" ? "✔️" : "-"}</div>
</td>
<td>
<div class="S">${dateFormat(firstCheckInInfo?.checkInTime)}</div>
Expand Down

0 comments on commit 0c3dca4

Please sign in to comment.