From 41be51b3847ad68185ca3fa139a1f439ac61b4c0 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 26 Oct 2021 18:37:37 -0400 Subject: [PATCH] formatting fixes --- src/components/SponsorTimeEditComponent.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index ae185b58..ef0ace48 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -292,10 +292,9 @@ class SponsorTimeEditComponent extends React.Component {Config.config.scrollToEditTimeUpdate = true}, + buttonFunction: () => { Config.config.scrollToEditTimeUpdate = true }, fontSize: "14px", maxHeight: "200px" - }); } }