feat(donationcreate): add runner id to select
This commit is contained in:
		| @@ -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("#")) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user