feat(donationcreate): add runner id to select

This commit is contained in:
2025-05-20 00:00:56 +02:00
parent 2139b197ba
commit 27e7bbb9d1

View File

@@ -52,7 +52,7 @@
loadDonors();
const getRunnerLabel = (option) =>
option.firstname + " " + (option.middlename || "") + " " + option.lastname;
option.firstname + " " + (option.middlename || "") + " " + option.lastname+" [#"+option.id+"]";
const filterRunners = (label, filterText, option) => {
if (filterText.startsWith("#")) {