From e2128f7ae33924a3d35550c98836cdbc2785202e Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Thu, 9 Apr 2020 12:54:04 -0400 Subject: [PATCH] Fixed editing non first index submissions. The idSuffix was not being set properly and was set to undefined. --- src/components/SponsorTimeEditComponent.tsx | 2 +- src/components/SubmissionNoticeComponent.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index 194d8309..0235179f 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -34,7 +34,7 @@ class SponsorTimeEditComponent extends React.Component