From ad750c11a6638394a5c72fcef14cc6672626bfcc Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 26 Jun 2023 14:42:39 +0200 Subject: [PATCH] change(ui): button id for session settings --- .../components/SessionSettingButton/SessionSettingButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/shared/SessionsTabOverview/components/SessionSettingButton/SessionSettingButton.tsx b/frontend/app/components/shared/SessionsTabOverview/components/SessionSettingButton/SessionSettingButton.tsx index 7b9726000..091542a80 100644 --- a/frontend/app/components/shared/SessionsTabOverview/components/SessionSettingButton/SessionSettingButton.tsx +++ b/frontend/app/components/shared/SessionsTabOverview/components/SessionSettingButton/SessionSettingButton.tsx @@ -13,7 +13,7 @@ function SessionSettingButton(props: any) { return (
-
);