UPDATE: Draft
Some checks failed
Gitea Auto Deploy / Deploy-Container (push) Failing after 1m0s

This commit is contained in:
2026-01-10 20:23:16 +07:00
parent cb2f040010
commit f837e880d0
16 changed files with 473 additions and 167 deletions

View File

@@ -108,7 +108,7 @@ export default function PeakBar() {
<SelectCustomText
customSet={PEAKEvent.map((peak) => ({
id: peak.id,
name: `${getLocaleName(locale, peak)} (${peak.id}) `,
name: `${getLocaleName(locale, peak)} (${peak.id})`,
}))}
excludeSet={[]}
selectedCustomSet={peak_config.event_id.toString()}