mirror of
https://github.com/tomru/advcal.git
synced 2026-03-03 06:27:17 +01:00
fix typo
This commit is contained in:
@@ -27,7 +27,7 @@ const Calendar = () => {
|
|||||||
song.locked &&
|
song.locked &&
|
||||||
`Es ist noch nicht der ${new Date(
|
`Es ist noch nicht der ${new Date(
|
||||||
song.lockedUntil
|
song.lockedUntil
|
||||||
).toLocaleDateString()}! Geduld, nur Gedult!` || index + 1
|
).toLocaleDateString()}! Geduld, nur Geduld!` || index + 1
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<span className="cardnumber">{index + 1}</span>
|
<span className="cardnumber">{index + 1}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user