diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index bfef57cc..adf2ca8d 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -686,13 +686,13 @@ class SponsorTimeEditComponent extends React.Component { + this.saveEditTimes(); }); if (!this.fetchingSuggestions) { this.fetchSuggestions(description); } - - this.saveEditTimes(); } async fetchSuggestions(description: string): Promise {